| distinctiveness_global {funrar} | R Documentation |
Global/Regional Functional Distinctiveness from dissimilarity matrix
Description
Given a distance (or dissimilarity) matrix or dist() objects compute
regional/global level distinctiveness as if all species were present in the
same community.
Usage
distinctiveness_global(dist_obj, di_name = "global_di")
Arguments
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: |
Value
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.'
See Also
vignette("rarity_indices", package = "funrar") and
distinctiveness() Details section for detail on the index