Description Usage Arguments Details Value References Examples
Conjugate a reducible matrix into block upper triangular form
1 | blockmatrix(A)
|
A |
a square, reducible, non-negative numeric matrix of any dimension |
Any square, reducible, non-negative matrix may have its rows and columns
conjugated so that it takes a block upper triangular structure, with
irreducible square submatrices on the diagonal, zero submatrices in the
lower triangle and non-negative submatrices in the upper triangle (Caswell
2001; Stott et al. 2010). blockmatrix
permutes the rows and columns
of a reducible matrix into this form, which enables further evaluation (e.g.
computation of eigenvalues of submatrices).
a list containing components:
blockmatrix
the block-permuted matrix.
stage.order
the permutation of rows/columns of A
in the
block-permuted matrix.
Caswell (2001) Matrix population models 2nd ed. Sinauer.
Stott et al. (2010) Methods. Ecol. Evol., 1, 242-252.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.