-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
47 lines (47 loc) · 1.56 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Type: Package
Package: luplot
Title: Landuse Plot Library
Version: 4.0.3
Date: 2025-01-07
Authors@R: c(
person("Benjamin Leon", "Bodirsky", , "[email protected]", role = c("aut", "cre")),
person("Jan Philipp", "Dietrich", , "[email protected]", role = "aut"),
person("Michael", "Krause", , "[email protected]", role = "aut"),
person("Miodrag", "Stevanovic", , "[email protected]", role = "aut"),
person("Florian", "Humpenoeder", , "[email protected]", role = "aut"),
person("Isabelle", "Weindl", , "[email protected]", role = "aut"),
person("Lavinia", "Baumstark", , "[email protected]", role = "aut"),
person("David", "Klein", , "[email protected]", role = "aut"),
person("Susanne", "Rolinski", , "[email protected]", role = "aut"),
person("Xiaoxi", "Wang", , "[email protected]", role = "aut"),
person("David", "Chen", , "[email protected]", role = "aut"),
person("Pascal", "Sauer", , "[email protected]", role = "aut")
)
Maintainer: Benjamin Bodirsky <[email protected]>
Description: Some useful functions to plot data such as a map plot
function for MAgPIE objects.
License: LGPL-3 | file LICENSE
URL: https://github.com/pik-piam/luplot
Depends:
magclass,
R (>= 2.15.1)
Imports:
data.table,
ggplot2,
graphics,
grDevices,
gridExtra,
lusweave,
mip,
mstools (>= 0.6.0),
quitte,
RColorBrewer,
reshape2,
utils
Suggests:
covr,
rworldmap (>= 1.3.8),
lemon
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.2