-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.44 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
# Generated by roxygen2: do not edit by hand
S3method("*",transfun)
S3method("*",transition)
S3method("[[",landscape)
S3method("parameters<-",dynamic)
S3method("parameters<-",transfun)
S3method("parameters<-",transition)
S3method(as.matrix,dynamic)
S3method(parameters,dynamic)
S3method(parameters,transfun)
S3method(parameters,transition)
S3method(plot,dynamic)
S3method(plot,pop_projection)
S3method(plot,simulation)
S3method(print,dynamic)
S3method(print,landscape)
S3method(print,transfun)
S3method(print,transition)
export("area<-")
export("distance<-")
export("features<-")
export("landscape<-")
export("parameters<-")
export("population<-")
export(area)
export(as.landscape)
export(as.transfun)
export(d)
export(dispersal)
export(distance)
export(dynamic)
export(features)
export(is.dispersal)
export(is.dynamic)
export(is.landscape)
export(is.pop_projection)
export(is.probability)
export(is.rate)
export(is.simulation)
export(is.transfun)
export(is.transition)
export(landscape)
export(p)
export(parameters)
export(population)
export(probability)
export(projection)
export(r)
export(rate)
export(simulation)
export(states)
export(tr)
export(transition)
import(igraph)
import(parallel)
importFrom(MASS,ginv)
importFrom(grDevices,grey)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(stats,dist)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rmultinom)
importFrom(stats,rpois)