View source: R/IPMreproduction.R
reproduction | R Documentation |
This function evaluates (1) the state-specific fertility; (2) recruitment; (3) dispersion of new individuals.
reproduction( x1, x0, estabProbability, recruitMean, recruitSD, fertInt, fertSlope )
x1 |
vector of individuals of state variable x (e.g., size) at time = t + 1 (new individuals at time t + 1) |
x0 |
vector of individuals of state variable x (e.g., size) at time = t + 0 (new individuals at time t + 0) |
recruitMean |
mean of the state variable (e.g., size) of new individuals recruited into the population at time t+1 |
recruitSD |
sd of the state variable (e.g., size) of new individuals recruited into the population at time t+1 |
fertInt |
intercept parameter of an exponential function |
fertSlope |
slope parameter of an exponential function |
establishment |
probability of establishment |
probability of reproducing for each individual of state variable x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.