Cellular Automata for Spatial Pressure in R


[Up] [Top]

Documentation for package ‘caspr’ version 0.2.0

Help Pages

as.array.ca_result Transfer output of runca() into an array.
as.landscape generic S3 function
as.landscape.matrix transfer matrix to landscape.
as.list.ca_result Transfer output of ca() into a list of matrices.
as.matrix.landscape transfer landscape to matrix.
birthdeath Birth-death model
ca Run cellular automata simulation.
ca_animate Create animated gif or video from simulation result.
ca_array Run ca() over a parameter array.
count.landscape Count neighbors.
forestgap Forest gap model
grazing Grazing model
init_landscape Create a new landscape object, i.e. a grid for cellular automata processing.
life Conway's Game of Life
livestock Livestock resilience model
mapping Create vector maps for cellular automata updating.
musselbed Musselbed Disturbance Model
neighbors Count neighbors.
neighborsij Count neighbors of one cell.
plot.ca_result plot method for 'ca_result' objects
plot.landscape Plotting an objects of class "landscape"
predprey Predator-prey model
print.ca_model print function for model objects
steady Test for steady state dynamics of timeseries.
summary.ca_result summary method for 'ca_result'
summary.landscape Summary of landscape object.
template Template for model objects