seashell: Seashell 1D

Usage Arguments Value Author(s) References See Also Examples

Usage

1
seashell(ncells=20, timesteps=100, init.prob=0.4)

Arguments

ncells

Number of cells.

timesteps

Iterations to be simulated

init.prob

Probability at initialization that a cell is occupied.

Value

Matrix with each row representing the world for different iterations.

Author(s)

Klara Dolos

References

Coombes, S (2009)

See Also

spiral3d

Examples

1
2
3
ncells=20; timesteps=100; init.prob=0.4
m <- seashell(ncells=100, timesteps=150, init.prob=0.1)
image(m, col=c("white", "darkgreen"))

KIT-IfGG/pets documentation built on May 28, 2019, 12:56 p.m.