-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·105 lines (104 loc) · 2.49 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
93
94
95
96
97
98
99
100
101
102
103
104
105
# Generated by roxygen2: do not edit by hand
S3method(plot3d,facelayer)
S3method(plot3d,hexagrid)
S3method(plot3d,trigrid)
S3method(rgl::plot3d,facelayer)
S3method(rgl::plot3d,hexagrid)
S3method(rgl::plot3d,trigrid)
export(arcdist)
export(arcdistmat)
export(arcpoints)
export(arcs)
export(cellocator)
export(chullsphere)
export(facelayer)
export(gridensity)
export(gridlabs)
export(guides3d)
export(heatMapLegend)
export(hexagrid)
export(occupied)
export(plot3d)
export(plot3d.facelayer)
export(plot3d.hexagrid)
export(plot3d.trigrid)
export(pos)
export(rpsphere)
export(trigrid)
exportClasses(facelayer)
exportClasses(hexagrid)
exportClasses(trigrid)
exportMethods("[")
exportMethods("[<-")
exportMethods("orientation<-")
exportMethods("values<-")
exportMethods(CarToPol)
exportMethods(PolToCar)
exportMethods(SpLines)
exportMethods(SpPolygons)
exportMethods(centers)
exportMethods(edgelength)
exportMethods(edges)
exportMethods(faces)
exportMethods(faces3d)
exportMethods(gridgraph)
exportMethods(gridlabs3d)
exportMethods(length)
exportMethods(lines)
exportMethods(lines3d)
exportMethods(locate)
exportMethods(names)
exportMethods(newgraph)
exportMethods(newsf)
exportMethods(newsp)
exportMethods(orientation)
exportMethods(plot)
exportMethods(resample)
exportMethods(rotate)
exportMethods(subset)
exportMethods(surfacearea)
exportMethods(surfacecentroid)
exportMethods(translate)
exportMethods(trishape)
exportMethods(values)
exportMethods(vertices)
exportMethods(vicinity)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,heat.colors)
importFrom(graphics,grid)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,induced_subgraph)
importFrom(methods,.hasSlot)
importFrom(methods,as)
importFrom(methods,callGeneric)
importFrom(methods,new)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_transform)
importFrom(sp,CRS)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialPolygons)
importFrom(sp,coordinates)
importFrom(sp,plot)
importFrom(sp,sp.lines)
importFrom(sp,spsample)
importFrom(stats,dist)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,combn)
importFrom(utils,data)
importFrom(utils,flush.console)
useDynLib(icosa, .registration = TRUE, .fixes="Cpp")