-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.85 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
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(AIC,movement_model)
S3method(as.data.frame,movement_matrix)
S3method(as.location_dataframe,SpatialPolygonsDataFrame)
S3method(as.location_dataframe,data.frame)
S3method(as.movement_matrix,data.frame)
S3method(as.movement_matrix,matrix)
S3method(plot,movement_model)
S3method(plot,movement_predictions)
S3method(predict,flux)
S3method(predict,movement_model)
S3method(print,flux)
S3method(print,movement_model)
S3method(print,summary.movement_model)
S3method(summary,flux)
S3method(summary,movement_model)
export(as.location_dataframe)
export(as.movement_matrix)
export(correlateregions)
export(createObservedMatrixFromCsv)
export(getNetwork)
export(gravity)
export(gravityWithDistance)
export(interveningOpportunities)
export(is.location_dataframe)
export(is.movement_matrix)
export(movement)
export(originalRadiation)
export(radiationWithSelection)
export(rasterizeShapeFile)
export(showcomparisonplot)
export(simplifytext)
export(travelTime)
export(uniformSelection)
importFrom(gdistance,costDistance)
importFrom(gdistance,transition)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(graphics,arrows)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,smoothScatter)
importFrom(graphics,title)
importFrom(methods,is)
importFrom(parallel,detectCores)
importFrom(snowfall,sfExport)
importFrom(snowfall,sfInit)
importFrom(snowfall,sfLapply)
importFrom(snowfall,sfLibrary)
importFrom(snowfall,sfStop)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,dpois)
importFrom(stats,naprint)
importFrom(stats,optim)
importFrom(stats,plogis)
importFrom(stats,qlogis)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(viridis,viridis)