-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 971 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(as.array,ca_result)
S3method(as.binary_matrix,ca_result)
S3method(as.binary_matrix,landscape)
S3method(as.landscape,matrix)
S3method(as.list,ca_result)
S3method(as.matrix,landscape)
S3method(count,landscape)
S3method(plot,ca_result)
S3method(plot,landscape)
S3method(print,ca_model)
S3method(print,ca_result)
S3method(print,landscape)
S3method(summary,ca_result)
S3method(summary,landscape)
export(animate)
export(as.binary_matrix)
export(as.landscape)
export(birthdeath)
export(ca)
export(ca_animate)
export(ca_array)
export(ca_arraySS)
export(ca_snapsSS)
export(carray)
export(count)
export(forestgap)
export(grayscale)
export(grazing)
export(init_landscape)
export(life)
export(livestock)
export(mapping)
export(musselbed)
export(neighbors)
export(neighborsij)
export(parms_timeseries)
export(predprey)
export(steady)
export(template)
import(animation)
import(foreach)
importFrom(Rcpp,sourceCpp)
useDynLib(caspr)