-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathDESCRIPTION
More file actions
107 lines (107 loc) · 2.86 KB
/
DESCRIPTION
File metadata and controls
107 lines (107 loc) · 2.86 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Package: DGVMTools
Type: Package
Version: 1.1.0
Title: DGVM Processing, Analysis and Plotting Tools
Date: 2023-04-13
Authors@R: c(person("Matthew", "Forrest", role=c("aut", "cre"), email="matthew.forrest@senckenberg.de"),
person("Simon", "Scheiter", role=c("aut"), email="simon.scheiter@senckenberg.de"),
person("Joerg", "Steinkamp", role=c("aut"), email="joerg.steinkamp@senckenberg.de"),
person("Glenn", "Moncrieff", role=c("aut"), email="glenn@saeon.ac.za"))
Author: Matthew Forrest [aut, cre], Simon Scheiter [aut], Joerg Steinkamp [aut], Glenn Moncrieff [aut]
Maintainer: Matthew Forrest <matthew.forrest@senckenberg.de>
Description: Package to read, process, benchmark, analyse and plot output produced by dynamic global vegetation
models (DGVMs) and complimentary data. Data in standard NetCDF format is supported and package also has bespoke
functionality for three vegetation models with non-standard output (LPJ-GUESS, aDGVM and aDGVM2).
Depends:
R (>= 3.1.0),
data.table (>= 1.11.8),
ggplot2
Imports:
methods,
sp,
raster,
terra,
compiler,
rnaturalearth,
rnaturalearthdata,
RColorBrewer,
reshape2,
viridis,
R.utils,
units
Suggests:
knitr,
rmarkdown,
ncdf4,
testthat,
Cairo,
ggpubr
License: GPL | file LICENSE
URL: https://www.bik-f.de
BugReports: https://github.com/MagicForrest/DGVMTools/issues
NeedsCompilation: no
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Encoding: UTF-8
Collate:
'classes.R'
'Format-GUESS.R'
'Format-NetCDF.R'
'Format-aDGVM.R'
'Format-aDGVM2.R'
'Standard-Quantities.R'
'addArea.R'
'addStandardSpatialAttributes.R'
'addTo.R'
'aggregateSpatial.R'
'aggregateSubannual.R'
'aggregateYears.R'
'availableQuantities.R'
'averageFields.R'
'benchmarking.R'
'byIDfromList.R'
'calcNewField.R'
'checkSTAMatches.R'
'classification-schemes.R'
'commonSTAInfo.R'
'compareLayers.R'
'copyLayers.R'
'crop-methods.R'
'defineLayer.R'
'defineQuantity.R'
'defineSource.R'
'determinePFTs.R'
'export-methods.R'
'extent-methods.R'
'getDimInfo.R'
'getField.R'
'getScheme.R'
'is-methods.R'
'layerOp.R'
'lookupQuantity.R'
'makeFieldID.R'
'makePlotTitle.R'
'names-methods.R'
'package-documentation.R'
'periods.R'
'plotScatter.R'
'plotSpatial.R'
'plotSpatialComparison.R'
'plotSubannual.R'
'plotTemporal.R'
'plotTemporalComparison.R'
'plotting-framework-functions.R'
'read-netcdf-utility-functions.R'
'renameLayers.R'
'selectDays.R'
'selectGridcells.R'
'selectLayers.R'
'selectMonths.R'
'selectSeasons.R'
'selectYears.R'
'show-methods.R'
'small-utility-functions.R'
'summary-methods.R'
'whichLayers.R'
'writeField-methods.R'
'writeNetCDF-methods.R'