-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
169 lines (168 loc) · 4 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# Generated by roxygen2: do not edit by hand
export(DBcreateSQLite)
export(DBgetCSV)
export(DBgetEvalid)
export(DBgetPlots)
export(DBgetSQLite)
export(DBgetStrata)
export(DBgetXY)
export(DBqryCSV)
export(DBtestPostgreSQL)
export(DBtestSQLite)
export(GDT_NAMES)
export(datBarStacked)
export(datBarplot)
export(datExportData)
export(datFilter)
export(datFreq)
export(datLUTclass)
export(datLUTnm)
export(datLUTspp)
export(datLineplot)
export(datPBplotchg)
export(datPBpnt2pct)
export(datPivot)
export(datPlotcnt)
export(datSumCond)
export(datSumTree)
export(datSumTreeDom)
export(datSum_options)
export(database_options)
export(dbTables)
export(eval_options)
export(kindcd3old)
export(modGBarea)
export(modGBchng)
export(modGBpop)
export(modGBratio)
export(modGBtree)
export(modMAarea)
export(modMApop)
export(modMAratio)
export(modMAtree)
export(modPB)
export(modPBpop)
export(modSAarea)
export(modSApop)
export(modSAtree)
export(multest_options)
export(popFilters)
export(popTableIDs)
export(popTables)
export(ref_codes)
export(ref_cond)
export(ref_conversion)
export(ref_diacl2in)
export(ref_domain)
export(ref_estvar)
export(ref_plt)
export(ref_popType)
export(ref_shp)
export(ref_species)
export(ref_statecd)
export(ref_titles)
export(ref_tree)
export(ref_units)
export(savedata_options)
export(spAlignRast)
export(spClassifyRast)
export(spClipPoint)
export(spClipPoly)
export(spClipRast)
export(spExportSpatial)
export(spExtractPoly)
export(spExtractRast)
export(spGetAuxiliary)
export(spGetEstUnit)
export(spGetPlots)
export(spGetSAdoms)
export(spGetStates)
export(spGetStrata)
export(spGetXY)
export(spImportSpatial)
export(spMakeSpatialPoints)
export(spMakeSpatial_options)
export(spPoly2Rast)
export(spReprojectRaster)
export(spReprojectVector)
export(spUnionPoly)
export(spZonalRast)
export(strata_options)
export(stunitco)
export(tableIDs)
export(table_options)
export(title_options)
export(unit_options)
export(xy_options)
import(FIESTAutils)
import(data.table)
import(sf)
import(utils)
importFrom(FIESTAutils,DBcreateSQLite)
importFrom(FIESTAutils,DBtestPostgreSQL)
importFrom(FIESTAutils,DBtestSQLite)
importFrom(FIESTAutils,datExportData)
importFrom(FIESTAutils,datSum_options)
importFrom(FIESTAutils,database_options)
importFrom(FIESTAutils,eval_options)
importFrom(FIESTAutils,multest_options)
importFrom(FIESTAutils,popFilters)
importFrom(FIESTAutils,popTableIDs)
importFrom(FIESTAutils,popTables)
importFrom(FIESTAutils,savedata_options)
importFrom(FIESTAutils,spMakeSpatial_options)
importFrom(FIESTAutils,strata_options)
importFrom(FIESTAutils,tableIDs)
importFrom(FIESTAutils,table_options)
importFrom(FIESTAutils,title_options)
importFrom(FIESTAutils,unit_options)
importFrom(FIESTAutils,xy_options)
importFrom(grDevices,cm.colors)
importFrom(grDevices,colors)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,heat.colors)
importFrom(grDevices,is.raster)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,postscript)
importFrom(grDevices,rainbow)
importFrom(grDevices,terrain.colors)
importFrom(grDevices,topo.colors)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,close.screen)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,pie)
importFrom(graphics,plot)
importFrom(graphics,screen)
importFrom(graphics,segments)
importFrom(graphics,split.screen)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(methods,canCoerce)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(parallel,detectCores)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,ave)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,xtabs)