-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
103 lines (102 loc) · 2.65 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
# Generated by roxygen2: do not edit by hand
export(addOrder2DRN)
export(addOrder2Graph)
export(addSite2DRN)
export(addSites2DRN)
export(addUpDownNodes)
export(col_alpha)
export(cropFeature)
export(cutLineDownstream)
export(cutLineUpstream)
export(extractGradientFromLine)
export(findBuffer)
export(findShift)
export(find_River_Node_Buffers)
export(getOrder)
export(getPoint)
export(getPointUpstream)
export(getSeaDistance)
export(getSeaDistance1)
export(getSeaDistance2)
export(getUpDownNodes)
export(groupBufferList)
export(idPsuedoSource)
export(makeDRNGraph)
export(openGoogleMaps)
export(plotPath)
export(plotbase)
export(snapPointsToLines)
export(snapPointsToLinesbyOrder)
export(stripOrder)
export(summariseDRN)
export(walkUpstream)
importFrom(dismo,gmap)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey)
importFrom(grDevices,terrain.colors)
importFrom(graphics,lines)
importFrom(graphics,points)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,get.edge.ids)
importFrom(igraph,get.shortest.paths)
importFrom(igraph,igraph.options)
importFrom(igraph,igraph_opt)
importFrom(igraph,induced.subgraph)
importFrom(igraph,is.dag)
importFrom(igraph,is.named)
importFrom(igraph,make_graph)
importFrom(igraph,neighborhood)
importFrom(igraph,vcount)
importFrom(maptools,nearestPointOnLine)
importFrom(maptools,rgeosStatus)
importFrom(maptools,snapPointsToLines)
importFrom(methods,is)
importFrom(methods,slot)
importFrom(raster,'crs<-')
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,projection)
importFrom(raster,scalebar)
importFrom(raster,shift)
importFrom(rgdal,readOGR)
importFrom(rgdal,writeOGR)
importFrom(rgeos,gBuffer)
importFrom(rgeos,gDifference)
importFrom(rgeos,gDistance)
importFrom(rgeos,gIntersection)
importFrom(rgeos,gIntersects)
importFrom(rgeos,gLineMerge)
importFrom(rgeos,gUnaryUnion)
importFrom(rgeos,gUnion)
importFrom(rgeos,gWithinDistance)
importFrom(sp,'spChFIDs<-')
importFrom(sp,CRS)
importFrom(sp,Line)
importFrom(sp,LineLength)
importFrom(sp,Lines)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialLinesDataFrame)
importFrom(sp,SpatialLinesLengths)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(sp,bbox)
importFrom(sp,coordinates)
importFrom(sp,is.projected)
importFrom(sp,proj4string)
importFrom(sp,spTransform)
importFrom(sp,spsample)
importFrom(stats,optim)
importFrom(utils,browseURL)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,tail)