View source: R/sp_demography.R
sp_demography | R Documentation |
This function is a sub-function of setscenario().
sp_demography(Stages, MaxAge, prob_reproduction, num_offsprings, prob_surv)
Stages |
: Number of life-Stages (integer). Requires a minimum of 2, for "juvenile" (stage 0) and "adult". Maximum is 3. |
MaxAge |
: Maximum age in years |
prob_reproduction |
: Probability to produce offsprings |
num_offsprings |
: Expected the number of offsprings |
prob_surv |
: Probability to survive |
dontrun{ sp_demography() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.