Description Usage Arguments Value Examples
View source: R/effective_count.R
Effective numbers of observations.
order=0
produces count of non-zero weights.
order=1
produces exp(entropy).
order=2
produces the inverse Simpson index.
1 | weitrix_hill(weitrix, what = c("row", "col"), order = 2)
|
weitrix |
A weitrix object. |
what |
Calculate for rows ("row") (default) or columns ("col")? |
order |
Order of the Hill numbers. |
A numeric vector of effective numbers of observations.
1 2 3 4 5 6 7 8 9 | weitrix_weights(simwei)
weitrix_hill(simwei, what="row", order=0)
weitrix_hill(simwei, what="row", order=1)
weitrix_hill(simwei, what="row", order=2)
weitrix_hill(simwei, what="col", order=0)
weitrix_hill(simwei, what="col", order=1)
weitrix_hill(simwei, what="col", order=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.