Description Usage Arguments Details Value Author(s) References See Also Examples
Originally focused on creating a community of core-satellite species, this function allows simulation of several metapopulation models, where colonization and extinction rates are stochastic draws from uniform distributions, with specified means and ranges.
1 2 3 4 5 6 7 8 9 10 |
Time |
A scalar for the number of time steps over which to simulate each population. |
NSims |
A scalar for the number of simulations, which is analogous to the number of species in the community. |
method |
A character string, in quotes, specifying which metapopulation model to use: "hanksi", "gotelli", "lande", "levins". See "See Also" below. |
ci |
Scalar for mean colonization rate. |
e |
Scalar for mean extinction rate. |
phi |
A scalar for the relative variability in rates. See Details. |
p0 |
Initial proportion of sites occupied for each species. |
D |
Parameter for habitat destruction; applies to only the "lande" model. |
phi
is one half of the relative range of each rate (colonization and
extinction). For each time step, each rate is drawn from a uniform
distribution, Unif(rate-phi, rate+phi). Thus, the range is 2*phi, and
center on the specified mean (ci or e).
Function returns a list with these components.
method |
The method used (default is "hanski"). |
time |
The integer sequence of
times, from 0 to the value of the argument |
Ns
|
|
Parameters |
A named vector of the parameters used for the simulations. |
Hank Stevens <HStevens@muohio.edu>
Stevens. M.H.H. (2009) A Primer of Ecology with R. Use R! Series. Springer.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.