-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
S3method(Predict.matrix,gmrf.smooth)
S3method(smooth.construct,gmrf.smooth.spec)
export(buildTopo)
export(efp)
export(getData)
export(getModels)
export(getQMat)
export(getRW1Mat)
export(getWRW1Mat)
export(plotMyRoute)
export(plotRoute)
export(plotcatch)
export(plotcatchtile)
export(plotgraph)
export(plotrivers)
export(routePoints)
export(simQ)
export(simeQ)
export(simplify.graph)
export(summaryMods)
export(transpar)
import(mgcv)
importFrom(FNN,get.knnx)
importFrom(OpenStreetMap,openmap)
importFrom(ggmap,get_map)
importFrom(ggmap,ggmap)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,theme)
importFrom(grDevices,grey)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,delete.vertices)
importFrom(igraph,get.shortest.paths)
importFrom(igraph,graph.edgelist)
importFrom(igraph,is.connected)
importFrom(rgeos,gIntersection)
importFrom(sp,CRS)
importFrom(sp,SpatialPoints)
importFrom(sp,spTransform)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,binomial)
importFrom(stats,model.matrix)
importFrom(stats,rnorm)
importFrom(utils,capture.output)
importFrom(utils,globalVariables)
importFrom(utils,tail)