-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
138 lines (137 loc) · 3.5 KB
/
NAMESPACE
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
133
134
135
136
137
138
# Generated by roxygen2: do not edit by hand
export(.pooldef)
export(.pooldefids)
export(.poolids)
export(.poolnames)
export(ComputeGrowthAndDeclineMatrices)
export(ComputeGrowthAndDeclineMatrices2)
export(ComputeGrowthIncrements)
export(ComputeOvermatureDecline)
export(NPP)
export(NPPplot)
export(Spinup)
export(StepPools)
export(StepPoolsRef)
export(b_m)
export(barPlot)
export(biomProp)
export(biomassTurnoverMatrix)
export(calcC)
export(calcTurnoverRates)
export(carbonOutPlot)
export(checkProp)
export(checkTransactions)
export(computeBioTurnoverMatrices)
export(computeDomDecayMatrices)
export(computeDomTurnoverMatrices)
export(computeSlowDecayMatrices)
export(computeSlowMixingMatrix)
export(convertM3biom)
export(cumPoolsCreate)
export(cumPoolsSmooth)
export(decayRate)
export(domDecayMatrix)
export(domDecayMatrixItem)
export(domTurnOverMatrix)
export(gcidsCreate)
export(getDecayRates)
export(getIdentityCoordinateMatrix)
export(getTable)
export(hash)
export(histDist)
export(loadDisturbanceMatrixIds)
export(m3ToBiomIncOnlyPlots)
export(m3ToBiomPlots)
export(m3ToVolCheckPlots)
export(matrixDT)
export(matrixHash)
export(nmfac)
export(plotCarbonRasters)
export(prepInputsEcozones)
export(prepInputsVRI)
export(prepInputsVRIage)
export(query)
export(readSqlFile)
export(retrieveSpuRaster)
export(sapfac)
export(seeDist)
export(simDist)
export(slowDecayMatrix)
export(spatialPlot)
export(spatialRaster)
export(spatialUnitDecayRates)
export(spuDist)
export(ws3Build)
exportClasses(dataset)
import(methods)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbDriver)
importFrom(RSQLite,dbGetQuery)
importFrom(RSQLite,dbListTables)
importFrom(RSQLite,dbReadTable)
importFrom(Rcpp,sourceCpp)
importFrom(crayon,red)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,melt)
importFrom(data.table,melt.data.table)
importFrom(data.table,merge.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(fasterize,fasterize)
importFrom(ggforce,facet_wrap_paginate)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(magrittr,"%>%")
importFrom(quickPlot,Plot)
importFrom(quickPlot,clearPlot)
importFrom(raster,"crs<-")
importFrom(raster,couldBeLonLat)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,mosaic)
importFrom(raster,ncell)
importFrom(raster,raster)
importFrom(raster,shapefile)
importFrom(raster,stack)
importFrom(reproducible,checkPath)
importFrom(reproducible,postProcess)
importFrom(reproducible,prepInputs)
importFrom(robustbase,nlrob)
importFrom(sf,st_as_sf)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sp,identicalCRS)
importFrom(sp,spTransform)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,time)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,values)
importFrom(utils,tail)
useDynLib(CBMutils, .registration = TRUE)