View source: R/summarise_mpms.R
summarise_mpms | R Documentation |
Calculates and summarises various metrics from matrix population models (MPMs) including dimension (= age in Leslie matrices), lambda values, maximum fecundity values, maximum growth/survival transition probabilities, and minimum non-zero growth/survival transition probabilities
summarise_mpms(x)
x |
A |
This function prints summaries of the following metrics:
lambda values: The lambda values (dominant eigenvalues) of the A matrices.
max F values: The maximum values from the F matrices.
max U values: The maximum values from the U matrices.
minimum non-zero U values: The minimum non-zero values from the U matrices.
Other utility:
plot_matrix()
mats <- rand_lefko_set(
n = 10, n_stages = 5, fecundity = c(0, 0, 4, 8, 10),
archetype = 4, output = "Type1"
)
summarise_mpms(mats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.