-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
44 lines (43 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
S3method(all.equal,recmap)
S3method(as.SpatialPolygonsDataFrame,recmap)
S3method(as.recmap,SpatialPolygonsDataFrame)
S3method(plot,recmap)
S3method(plot,recmapGA)
S3method(plot,recmapGRASP)
S3method(summary,recmap)
export(.get_7triangles)
export(all.equal.recmap)
export(as.SpatialPolygonsDataFrame)
export(as.recmap)
export(checkerboard)
export(is.recmap)
export(plot.recmap)
export(plot.recmapGA)
export(plot.recmapGRASP)
export(recmap)
export(recmapGA)
export(recmapGRASP)
export(summary.recmap)
export(summary.recmapGA)
import(Rcpp)
importFrom(GA,ga)
importFrom(GA,gaMonitor)
importFrom(GA,summary.ga)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(sp,bbox)
importFrom(sp,spplot)
importFrom(utils,combn)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
useDynLib(recmap, .registration=TRUE)