-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.81 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
# Generated by roxygen2: do not edit by hand
export(adjacencyFromTransition)
export(nonoverlap)
export(overlap)
export(rSPDistance)
export(sumReciprocal)
exportClasses(Coords)
exportClasses(Transition)
exportClasses(TransitionData)
exportClasses(TransitionLayer)
exportClasses(TransitionStack)
exportMethods("==")
exportMethods("[")
exportMethods("[<-")
exportMethods("[[")
exportMethods("[[<-")
exportMethods("matrixValues<-")
exportMethods("transitionMatrix<-")
exportMethods(Arith)
exportMethods(Compare)
exportMethods(Logic)
exportMethods(Ops)
exportMethods(Summary)
exportMethods(accCost)
exportMethods(coerce)
exportMethods(commuteDistance)
exportMethods(costDistance)
exportMethods(geoCorrection)
exportMethods(matrixValues)
exportMethods(nlayers)
exportMethods(normalize)
exportMethods(passage)
exportMethods(pathInc)
exportMethods(raster)
exportMethods(shortestPath)
exportMethods(show)
exportMethods(summary)
exportMethods(transition)
exportMethods(transitionCells)
exportMethods(transitionData)
exportMethods(transitionMatrix)
exportPattern("^[^\\.]")
import(Matrix)
import(methods)
import(raster)
importClassesFrom(Matrix,sparseMatrix)
importClassesFrom(raster,RasterBrick)
importClassesFrom(raster,RasterLayer)
importClassesFrom(sp,SpatialGrid)
importClassesFrom(sp,SpatialGridDataFrame)
importClassesFrom(sp,SpatialPixels)
importClassesFrom(sp,SpatialPixelsDataFrame)
importClassesFrom(sp,SpatialPoints)
importClassesFrom(sp,SpatialPointsDataFrame)
importFrom(igraph,"E<-")
importFrom(igraph,E)
importFrom(igraph,clusters)
importFrom(igraph,get.shortest.paths)
importFrom(igraph,graph.adjacency)
importFrom(igraph,shortest.paths)
importFrom(methods,is)
importFrom(sp,CRS)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,SpatialLines)
importFrom(sp,coordinates)
importFrom(stats,as.dist)
importFrom(stats,cov)
importFrom(stats,na.omit)