-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
13 lines (13 loc) · 922 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
import(sp, methods)
importFrom("graphics", "points","boxplot","abline")
importFrom("stats", "cor","quantile","sd")
importFrom("raster", "raster", "brick","cellStats","ncell","trim","writeStart","blockSize","pbCreate","update",
"getValues","writeValues","pbStep","writeStop","pbClose","res","canProcessInMemory","sampleRandom","nlayers",
"writeRaster","calc","xmin","xmax","ymin","ymax","unique","compareRaster","setValues","addLayer","projection","quantile")
importFrom("terra", "nlyr", "rast", "readValues", "readStart", "readStop", "writeStart", "writeStop","writeValues",
"spatSample","blocks","global","geom","centroids","ext","compareGeom")
#exportClasses(Entrogram, neighbours)
#exportMethods(elsa,dneigh,categorize,entrogram,nclass,dif2list,elsa.test,Variogram,lisa,moran,
# geary,correlogram,melsa)
useDynLib(elsa,.registration = TRUE)
exportPattern("^[[:alpha:]]+")