-
Notifications
You must be signed in to change notification settings - Fork 91
/
NAMESPACE
92 lines (91 loc) · 2.26 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
# Generated by roxygen2: do not edit by hand
export(fieldAUC)
export(fieldArea)
export(fieldCount)
export(fieldCrop)
export(fieldDraw)
export(fieldHeight)
export(fieldIndex)
export(fieldInfo)
export(fieldInterpolate)
export(fieldMap)
export(fieldMask)
export(fieldObject)
export(fieldPlot)
export(fieldPolygon)
export(fieldRotate)
export(imgEBI)
export(imgLAB)
export(imgRAST)
importFrom(DescTools,AUC)
importFrom(EBImage,Image)
importFrom(EBImage,distmap)
importFrom(EBImage,watershed)
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,summarize)
importFrom(exactextractr,exact_extract)
importFrom(fields,Tps)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRamp)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(methods,as)
importFrom(methods,slot)
importFrom(parallel,stopCluster)
importFrom(raster,as.data.frame)
importFrom(raster,as.list)
importFrom(raster,as.matrix)
importFrom(raster,atan2)
importFrom(raster,clump)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,drawLine)
importFrom(raster,drawPoly)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,mask)
importFrom(raster,plotRGB)
importFrom(raster,projectRaster)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,rasterToPolygons)
importFrom(raster,res)
importFrom(raster,values)
importFrom(raster,xyFromCell)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(sp,bbox)
importFrom(sp,over)
importFrom(sp,proj4string)
importFrom(sp,spsample)
importFrom(stats,dist)
importFrom(terra,as.array)
importFrom(terra,cellSize)
importFrom(terra,crds)
importFrom(terra,crs)
importFrom(terra,extract)
importFrom(terra,hasMinMax)
importFrom(terra,ifel)
importFrom(terra,interpolate)
importFrom(terra,is.bool)
importFrom(terra,mask)
importFrom(terra,nlyr)
importFrom(terra,plotRGB)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,resample)
importFrom(terra,setMinMax)
importFrom(terra,vect)
importFrom(utils,read.csv)