View source: R/perturb_analysis.R
Compute the quasi-stable trait distribution for a stochastic model
1 2 3 4 5 6 7 8 9 10 11 | qsd_converge(ipm, p_nms, tol, start_life, n_steps, ...)
## S3 method for class 'simple_di_stoch_kern_ipm'
qsd_converge(
ipm,
p_nms,
tol = 1e-07,
start_life = rep(1, length(p_nms)),
n_steps = 1000,
...
)
|
ipm |
The output from |
p_nms |
The name of the survival/growth kernel(s) |
tol |
The distance between each kernels true eigenvector and the
quasi-stable distribution that is acceptable. Computed as
|
start_life |
The index of the population vector to start on. Should be a named list where names correspond to population states and entries are length 1 integer vectors. Default is 1. |
n_steps |
The number of times to iterate the model before checking for convergence. Default is 1000. |
... |
other arguments passed to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.