-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
62 lines (61 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
export(ccLabel)
export(checkOverlap)
export(classModel)
export(derivePlots)
export(ecDistance)
export(extractFields)
export(geCheck)
export(labelCheck)
export(mape)
export(pixFilter)
export(poly2sample)
export(rankPlots)
export(raster2sample)
export(relative.freq)
export(spCentroid)
import(raster)
import(sp)
importFrom(caret,train)
importFrom(concaveman,concaveman)
importFrom(geosphere,perimeter)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,chull)
importFrom(raster,area)
importFrom(raster,calc)
importFrom(raster,cellFromXY)
importFrom(raster,cellStats)
importFrom(raster,clump)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,focal)
importFrom(raster,freq)
importFrom(raster,intersect)
importFrom(raster,ncell)
importFrom(raster,raster)
importFrom(raster,rasterToPoints)
importFrom(raster,rasterToPolygons)
importFrom(raster,rasterize)
importFrom(raster,res)
importFrom(raster,which.max)
importFrom(raster,xyFromCell)
importFrom(rgeos,gDistance)
importFrom(rgeos,intersect)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(stats,cor)
importFrom(stringdist,stringdist)
importFrom(vegan,diversity)