-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
132 lines (131 loc) · 3.56 KB
/
Copy pathNAMESPACE
File metadata and controls
132 lines (131 loc) · 3.56 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Generated by roxygen2: do not edit by hand
export(CBMsourceExtractToRast)
export(CBMsourcePrepInputs)
export(NPPplot)
export(ReticulateFindPython)
export(adjustCohortAges)
export(ageStepBackward)
export(b_m)
export(barPlot)
export(biomProp)
export(biomPropAGB)
export(boudewynSubsetTables)
export(cTransfersAlluvial)
export(calcC)
export(calcRootC)
export(carbonOutPlot)
export(convertAGB2pools)
export(convertM3biom)
export(cumPoolsCreate)
export(cumPoolsCreateAGB)
export(cumPoolsSmooth)
export(distMatch)
export(extractToRast)
export(gcidsCreate)
export(m3ToBiomPlots)
export(mapNPP)
export(mapTotalCarbon)
export(nmfac)
export(plotEmissionsProducts)
export(plotPoolProportions)
export(sapfac)
export(seeDist)
export(simCBMdbReadRaw)
export(simCBMdbReadSummary)
export(simCBMdbReadTable)
export(simCBMdbWrite)
export(simDist)
export(simMapNPP)
export(simMapTotalCarbon)
export(simPlotEmissionsProducts)
export(simPlotPoolProportions)
export(spadesCBMdbReadRaw)
export(spadesCBMdbReadSummary)
export(spadesCBMdbReadTable)
export(spatialPlot)
export(sppMatch)
export(spuDistList)
export(spuDistMatch)
export(spuHistDist)
export(writeRasterWithValues)
import(methods)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbDriver)
importFrom(RSQLite,dbListTables)
importFrom(RSQLite,dbReadTable)
importFrom(cowplot,plot_grid)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fifelse)
importFrom(data.table,is.data.table)
importFrom(data.table,key)
importFrom(data.table,melt)
importFrom(data.table,melt.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setkey)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(ggalluvial,geom_alluvium)
importFrom(ggalluvial,geom_stratum)
importFrom(ggforce,facet_wrap_paginate)
importFrom(ggforce,theme_no_axes)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_continuous)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(knitr,kable)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(robustbase,nlrob)
importFrom(scales,percent)
importFrom(scales,pretty_breaks)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,unwrap)
importFrom(terra,values)
importFrom(tidyterra,geom_spatraster)
importFrom(tools,R_user_dir)
importFrom(utils,download.file)
importFrom(utils,tail)
importFrom(utils,unzip)