Description Usage Arguments Details Value References See Also Examples
Calculate the damping ratio of a given population matrix projection model.
1 |
A |
a square, irreducible, non-negative numeric matrix of any dimension. |
return.time |
(optional) a logical argument determining whether an estimated convergence time should be returned. |
x |
(optional) the logarithm used in determining estimated time to convergence (see details). |
The damping ratio is calculated as the ratio of the dominant eigenvalue to
the modulus of the largest subdominant eigenvalue. Time to convergence can
be estmimated by calculating log(dr)/log(x)
, which is the time taken
for the dominant eigenvalue to become x
times larger than the largest
subdominant eigenvalue.
If return.time=FALSE
, the damping ratio of A
.
If return.time=TRUE
, a list containing components:
the damping ratio of A
the estimated time to convergence.
Caswell (2001) Matrix Population Models 2nd. ed. Sinauer.
Stott et al. (2010) Ecol. Lett., 14, 959-970.
Other ConvergenceMeasures:
convt()
,
truelambda()
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.