-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
71 lines (70 loc) · 1.55 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
S3method(image,asc)
S3method(print,asc)
export(COGravity)
export(ClassStat)
export(ConnCompLabel)
export(ImageDiff)
export(Istat)
export(Kappa)
export(PatchStat)
export(Scalebar)
export(SigDiff)
export(ZonalStat)
export(accuracy)
export(as.asc)
export(asc.from.raster)
export(asc.from.sp)
export(asc2dataframe)
export(aspect)
export(auc)
export(circular.averaging)
export(compare.matrix)
export(confusion.matrix)
export(dataframe2asc)
export(destination)
export(distance)
export(extract.data)
export(getXYcoords)
export(grid.area)
export(grid.info)
export(grid.perimeter)
export(lcmw)
export(legend.gradient)
export(omission)
export(optim.thresh)
export(pnt.in.poly)
export(prop.correct)
export(put.data)
export(quick.map)
export(raster.from.asc)
export(read.asc)
export(read.asc.gz)
export(sensitivity)
export(slope)
export(sp.from.asc)
export(specificity)
export(vector.averaging)
export(write.asc)
export(write.asc.gz)
export(write.asc2)
export(write.asc2.gz)
export(wt.mean)
export(wt.sd)
export(wt.var)
import(R.utils)
useDynLib(SDMTools,Aspect)
useDynLib(SDMTools,Dest)
useDynLib(SDMTools,Dist)
useDynLib(SDMTools,Slope)
useDynLib(SDMTools,ccl)
useDynLib(SDMTools,geographicPS)
useDynLib(SDMTools,getmin)
useDynLib(SDMTools,movewindow)
useDynLib(SDMTools,pip)
useDynLib(SDMTools,projectedPS)
useDynLib(SDMTools,writeascdata)
importFrom("grDevices", "gray", "heat.colors", "rainbow",
"terrain.colors")
importFrom("graphics", "contour", "image", "polygon", "rect",
"segments", "text")
importFrom("stats", "aggregate", "na.omit", "pnorm", "quantile", "sd")