growth | R Documentation |
This function evaluates the conditional probability of growing for every individual of state x from time = t + 0 to time = t + 1
growth(x1, x0, growthInt, growthSlope, growthSD)
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) |
growthInt |
intercept of linear growth function |
growthSlope |
slope of linear growth function |
growthSD |
standard deviation of linear growth function |
probability of growing 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.