-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
64 lines (63 loc) · 1.69 KB
/
NAMESPACE
File metadata and controls
64 lines (63 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
S3method("*",LPJmLDataCalc)
S3method("+",LPJmLDataCalc)
S3method("-",LPJmLDataCalc)
S3method("/",LPJmLDataCalc)
S3method(subset,LPJmLDataCalc)
export(.as_LPJmLDataCalc)
export(CellSubsetAnnAvgTimeseries)
export(CellSubsetTimeseries)
export(GlobAvgAnnAvgTimeseries)
export(GlobAvgTimeAvgTable)
export(GlobAvgTimeseries)
export(GlobSumAnnAvgTimeseries)
export(GlobSumAnnTimeseriesFPC)
export(GlobSumAnnTimeseriesPFT_harvest)
export(GlobSumTimeAvgTable)
export(GlobSumTimeAvgTableFPC)
export(GlobSumTimeAvgTablePFT_harvest)
export(GlobSumTimeseries)
export(LPJmLDataCalc)
export(Metric)
export(TimeAvgMap)
export(TimeAvgMapTreeCover)
export(TimeAvgMapWithAbs)
export(TimeAvgMapWithAbsUndertest)
export(aggregate)
export(benchmark)
export(bin2cdf)
export(create_literature_pdf)
export(create_pdf_report)
export(default_settings)
export(get_benchmark_meta_data)
export(get_plot)
export(read_cow_regions)
export(read_def_grid)
export(read_io_calc)
export(set_lpjmlstats_settings)
import(lpjmlkit)
import(patchwork)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,sparseMatrix)
importFrom(R6,R6Class)
importFrom(jsonlite,fromJSON)
importFrom(lpjmlkit,read_io)
importFrom(lpjmlkit,read_meta)
importFrom(memoise,forget)
importFrom(memoise,memoise)
importFrom(methods,as)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,hash)
importFrom(rnaturalearth,ne_countries)
importFrom(tidyselect,matches)
importFrom(units,as_units)
importFrom(units,deparse_unit)
importFrom(units,drop_units)
importFrom(units,set_units)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)