-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
30 lines (23 loc) · 808 Bytes
/
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
#####################################
## Export ##
#####################################
export(edge.creation,
node.creation,
prioritize,
gDefrag.full,
plotgraph
)
#####################################
## Imports ##
#####################################
import("sp")
importFrom("rgdal", writeOGR, readOGR)
importFrom("rgeos", gTouches, gDistance, gPointOnSurface, gArea, gDifference, gUnion, gUnaryUnion, gLineMerge, gIntersection)
importFrom("igraph", edge_betweenness, graph_from_data_frame, distances, E)
importFrom("utils", data)
importFrom("grDevices", gray)
importFrom("graphics", symbols, text)
importFrom("maptools",SpatialLinesMidPoints)
importFrom("stats", dist)
importFrom("methods", as, slot, "slot<-")
#import("rgdal")