-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
27 lines (24 loc) · 825 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
useDynLib(SiMRiv, .registration = TRUE, .fixes = "SR_")
importFrom("methods", "new", "show", "callGeneric")
importFrom("stats", "runif", "sd", "quantile")
importFrom("utils", "flush.console")
importFrom("graphics", "axis", "box", "legend", "mtext", "par",
"plot.new", "plot.window", "polygon", "title", "lines")
importFrom("parallel", "makeCluster", "detectCores", "clusterCall"
, "clusterExport", "parApply", "stopCluster")
importFrom("terra", "xyFromCell", "rast", "ext", "rasterize", "global", "values")
importFrom("mco", "nsga2")
export(perceptualRange)
export(state)
export(transitionMatrix)
export(state.Resting)
export(state.RW)
export(state.CRW)
export(species)
export(sampleMovement)
export(simulate)
export(resistanceFromShape)
export(adjustModel)
export(speciesModel)
export(generationPlot)
export(binCounts)