View source: R/distinctiveness_global.R
| distinctiveness_global | R Documentation |
Given a distance (or dissimilarity) matrix or dist() objects compute
regional/global level distinctiveness as if all species were present in the
same community.
distinctiveness_global(dist_obj, di_name = "global_di")
dist_obj |
a functional distance matrix as given by
|
di_name |
a character vector giving the name of the distinctiveness
column in the final data.frame (default: |
a data.frame with two columns: by default species that contains the
species names and global_di that contains the distinctiveness values.
The first column that contains species names can renamed based on dist_obj
dimnames, while the second column is renamed through the di_name
argument.'
vignette("rarity_indices", package = "funrar") and
distinctiveness() Details section for detail on the index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.