forked from MagicForrest/DGVMTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
110 lines (110 loc) · 2.92 KB
/
DESCRIPTION
File metadata and controls
110 lines (110 loc) · 2.92 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
108
109
110
Package: DGVMTools
Type: Package
Version: 0.9.0
Title: DGVM Processing, Analysis and Plotting Tools
Date: 2019-11-01
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: Read, process, benchmark, analyse and plot output data produced by dynamic global vegetation
models (DGVMs): LPJ-GUESS(-SPITFIRE), aDGVM and aDGVM2 (and potentially soon others), for use in R.
Also reads many standard datasets as processed by companion 'DGVMData' package.
FireMIP model output is supported with an additional package (FireMIPTools).
Depends:
R (>= 2.15.0),
data.table (>= 1.9.6),
ggplot2
Imports:
methods,
sp,
raster,
compiler,
fields,
maps,
maptools,
mapdata,
RColorBrewer,
reshape2,
viridis,
plyr,
R.utils
Suggests:
knitr,
rmarkdown,
ncdf4,
rgeos,
testthat
License: GPL | file LICENSE
URL: https://www.bik-f.de
BugReports: https://github.com/MagicForrest/DGVMTools/issues
NeedsCompilation: no
RoxygenNote: 7.1.0
VignetteBuilder: knitr
Encoding: UTF-8
Collate:
'classes.R'
'colour-palettes.R'
'Format-DGVMData.R'
'Format-GUESS.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'
'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'
'plotResidualHisto.R'
'plotScatter.R'
'plotScatterComparison.R'
'plotSeasonal.R'
'plotSpatial.R'
'plotSpatialComparison.R'
'plotSubannual.R'
'plotTemporal.R'
'plotTemporalComparison.R'
'plotting-framework-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'