Description Usage Arguments Details Value Author(s) References Examples
Convert a matrix to transition matrix (class tmatrix
) and display some of its properties.
1 2 3 4 5 6 7 8 9 |
x |
For |
object |
An object of class |
names.st |
A vector of names to rename the rows and columns of the transition matrix. |
... |
Other parameters passed to print and plot methods. |
The purpose of as.tmatrix
is to class a transition matrix as an object of
class tmatrix
, allowing the use of specific methods for transition
matrices.
as.tmatrix
returns a matrix of class tmatrix
.
summary.tmatrix
prints the main parameters of the transition matrix:
the finite rate of increase ("lambda"), the stable stage distribution, the
reproductive value and the sensitivities and elasticities matrices.
plot.tmatrix
draw barplots of the stable stage distribution and the
reproductive value and plot also a diagram of the life stage cycle.
Marcelino de la Cruz Rot
Akcakaya, H. R., Burgman, M. A. and Ginzburg L.R. 1999. Applied Population Ecology. Sinauer.
Caswell, H. 2003. Matrix Population Models: Construction, Analysis, and Interpretation . Sinauer.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.