Description Usage Arguments Value Examples
get_conditional_diversity_from_transition computes the geometric means of diversity
values associated to the lines of the input transition matrix, while weighting these values
according to an optional input distribution. This hence allows to compute conditional
diversity values associated to the matrix.
1 2 | get_conditional_diversity_from_transition(transition, distribution = NULL,
order = NULL, measure = NULL)
|
transition |
A matrix of floats in [ |
distribution |
A vector of floats in [ |
order |
A vector of positive floats (possibly including |
measure |
A vector of strings giving the names of the diversity measures to compute.
Possible values are |
A vector of positive floats giving the conditional diversity values of the input
transition matrix, that is the geometric means of the diversity values associated
to its rows.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.