-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
142 lines (141 loc) · 3.22 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
# Generated by roxygen2: do not edit by hand
export(CreateSpacetimeFolds)
export(bumpVersion)
export(calcOffsetGridText)
export(charCloud)
export(classificationStats)
export(compareDistributions)
export(cr2Geos)
export(createTimeSeries)
export(ctab)
export(envinmr.theme)
export(envinmrPalette)
export(envinmrRasterPlot)
export(evalTree)
export(extendByDist)
export(ffs)
export(figureCaption)
export(fixWidth)
export(funN)
export(geometryVariables)
export(getCentroids)
export(getMode)
export(ggExtractLegend)
export(hclPalette)
export(histmatchRaster)
export(installEIPkgs)
export(ioa)
export(kiliAerial)
export(kstat)
export(latticeCombineGrid)
export(latticeCombineLayer)
export(lonDist)
export(manualBuild)
export(modeFactor)
export(modeInteger)
export(number2binary)
export(offsetGridText)
export(panel.extent)
export(panel.map)
export(pdfCloud)
export(plotModelCV)
export(pos2just)
export(pwGen)
export(rainbowPalette)
export(rasterizeIMERG)
export(rasterizeRegCM)
export(readCDO)
export(regressionStats)
export(removeNA)
export(rfeSeeds)
export(rgb2YCbCr)
export(rgb2spLayout)
export(rgbShadowMask)
export(roc)
export(se)
export(spFilledContour)
export(splitRaster)
export(standardFocalWindow)
export(statFDR)
export(stextGrob)
export(trainSeeds)
export(uv2wdws)
export(varsRfeCV)
export(vectorHarmonics)
export(viewPalette)
export(visDEM)
export(vvi)
export(wdws2uv)
if (.Platform$OS.type=="windows") importFrom(grDevices,windowsFonts)
import(RColorBrewer)
import(caret)
import(doParallel)
import(foreach)
import(grid)
import(gridBase)
import(gridExtra)
import(hflights)
import(lattice)
import(latticeExtra)
import(leaflet)
import(methods)
import(parallel)
import(party)
import(raster)
import(rgdal)
import(satellite)
import(scales)
import(sp)
import(stars)
importFrom(Orcs,bumpVersion)
importFrom(Orcs,compareDistributions)
importFrom(Orcs,latticeCombineGrid)
importFrom(Orcs,latticeCombineLayer)
importFrom(Orcs,offsetGridText)
importFrom(Orcs,rgb2spLayout)
importFrom(Orcs,stextGrob)
importFrom(Rcpp,sourceCpp)
importFrom(SDMTools,PatchStat)
importFrom(TSA,harmonic)
importFrom(devtools,build)
importFrom(dismo,gmap)
importFrom(dplyr,count_)
importFrom(gdalUtils,gdal_translate)
importFrom(gdalUtils,get_subdatasets)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(grDevices,cm.colors)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl)
importFrom(graphics,.filled.contour)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot.window)
importFrom(landsat,histmatch)
importFrom(maps,map)
importFrom(pROC,roc)
importFrom(plotrix,thigmophobe)
importFrom(plyr,round_any)
importFrom(reshape2,melt)
importFrom(rgeos,gCentroid)
importFrom(roxygen2,roxygenize)
importFrom(stats,as.formula)
importFrom(stats,cor.test)
importFrom(stats,fitted)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,sd)
importFrom(stats,splinefun)
importFrom(stats,ts)
importFrom(tagcloud,tagcloud)
importFrom(utils,combn)
importFrom(utils,download.file)
importFrom(utils,glob2rx)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,modifyList)
importFrom(utils,read.csv)
importFrom(utils,update.packages)
useDynLib(Rsenal, .registration = TRUE)