-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
133 lines (132 loc) · 3.71 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
# Generated by roxygen2: do not edit by hand
export(RSFplot)
export(avrgTimeComparison)
export(biomassPerSpeciesYearGIF)
export(biomassYearGIF)
export(bootstrapPercentChanges)
export(bringObjectTS)
export(calculatePixelsInaRule)
export(cbindFromList)
export(changeTraits)
export(checkPackagesVersions)
export(classifyWetlands)
export(createDynamicLayersRSF)
export(createModObject)
export(createModels)
export(createShrubHerbLayers)
export(createStaticLayersRSF)
export(defineStudyArea)
export(extractDisturbanceFast)
export(forestAgePlot)
export(getLayers)
export(grepMulti)
export(makeReclassifyMatrix)
export(meanValuesTime)
export(moduleSticker)
export(modulesAvailable)
export(nameAndBringOn)
export(plotBurnSummary)
export(plotLeadingVegetationType)
export(plotVegetationBiomass)
export(prepInputStack)
export(prepInputsLayers_DUCKS)
export(prepareClimateLayers)
export(provinceBCRStudyArea)
export(reviseSpeciesTraits)
export(subsetNonNARas)
export(substrBoth)
export(totalBiomassPerSpecies)
import(ggplot2)
import(methods)
importFrom(LandR,getSpeciesTable)
importFrom(LandR,prepInputsLCC)
importFrom(LandR,sppColors)
importFrom(LandR,vegTypeMapGenerator)
importFrom(RColorBrewer,brewer.pal)
importFrom(SpaDES.core,paddedFloatToChar)
importFrom(SpaDES.tools,randomPolygon)
importFrom(SpaDES.tools,rasterizeReduced)
importFrom(animation,saveGIF)
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,magenta)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,getDTthreads)
importFrom(data.table,rbindlist)
importFrom(data.table,setDTthreads)
importFrom(data.table,setkey)
importFrom(effsize,cohen.d)
importFrom(future,plan)
importFrom(future.apply,future_lapply)
importFrom(googledrive,as_id)
importFrom(googledrive,drive_auth)
importFrom(googledrive,drive_get)
importFrom(googledrive,drive_ls)
importFrom(googledrive,drive_upload)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,heat.colors)
importFrom(grDevices,png)
importFrom(grDevices,recordPlot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(grid,gpar)
importFrom(grid,textGrob)
importFrom(gridExtra,grid.arrange)
importFrom(hexSticker,sticker)
importFrom(magrittr,"%>%")
importFrom(pryr,where)
importFrom(quickPlot,Plot)
importFrom(quickPlot,clearPlot)
importFrom(quickPlot,numLayers)
importFrom(raster,"crs<-")
importFrom(raster,as.data.frame)
importFrom(raster,crs)
importFrom(raster,dropLayer)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getData)
importFrom(raster,getValues)
importFrom(raster,maxValue)
importFrom(raster,ncell)
importFrom(raster,nlayers)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,reclassify)
importFrom(raster,res)
importFrom(raster,setValues)
importFrom(raster,stack)
importFrom(raster,subset)
importFrom(raster,values)
importFrom(raster,writeRaster)
importFrom(raster,xyFromCell)
importFrom(rasterVis,gplot)
importFrom(reproducible,Cache)
importFrom(reproducible,Require)
importFrom(reproducible,asPath)
importFrom(reproducible,assessDataType)
importFrom(reproducible,basename2)
importFrom(reproducible,postProcess)
importFrom(reproducible,preProcess)
importFrom(reproducible,prepInputs)
importFrom(showtext,showtext_auto)
importFrom(stats,coefficients)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pf)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(sysfonts,font_add_google)
importFrom(tools,file_path_sans_ext)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(utils,sessionInfo)
importFrom(utils,zip)