forked from lucarraro/OCNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (34 loc) · 1010 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
31
32
33
34
35
36
37
export(aggregate_OCN)
export(create_OCN)
export(create_peano)
export(draw_contour_OCN)
export(draw_elev2D_OCN)
export(draw_elev3D_OCN)
export(draw_elev3Drgl_OCN)
export(draw_simple_OCN)
export(draw_subcatchments_OCN)
export(draw_thematic_OCN)
export(find_area_threshold_OCN)
export(landscape_OCN)
export(paths_OCN)
export(rivergeometry_OCN)
export(OCN_to_igraph)
export(OCN_to_SSN)
import(SSN)
# import(fields)
import(rgl)
import(spam)
# import(bookdown)
import(igraph)
importFrom("fields", "image.plot")
importFrom("grDevices", "colorRampPalette", "contourLines", "rainbow",
"terrain.colors", "trans3d", "hcl.colors")
importFrom("graphics", "lines", "par", "persp", "plot", "points",
"polygon","legend")
importFrom("methods", "new", "slot<-")
importFrom("stats", "optim", "runif")
importFrom("rgdal", "writeOGR")
importFrom("sp", "Line", "Lines", "SpatialLines", "SpatialLinesDataFrame",
"SpatialPointsDataFrame")
importFrom("utils", "write.table")
useDynLib(OCNet, .registration = TRUE)