Learn R Programming

PCPS (version 1.0.7)

self.belonging: Degree of self belonging of species

Description

Define the degree of self belonging of species.

Usage

self.belonging(dis, standardize = TRUE)

Arguments

dis

Matrix containing distance between species.

standardize

Logical argument (TRUE or FALSE) to specify if dis must be standardize in values into range 0 from 1 (Default standardize = TRUE).

Value

The self-belonging for each species.

Details

For the calculation of self-belonging of a set of species the dissimilarities between the species are transformed into similarities and used to define degrees of belonging to fuzzy sets (Pillar et al. 2009; Pillar & Duarte 2010). Every species among all species specifies a fuzzy set in relation to all other species, with a certain degree of belonging. The self-belonging of a given species i expresses its degree of belonging to the root node of the phylogenetic/functional tree, conditioned to the similarities between i and all other internal nodes connecting it to the root.

References

Pillar, V.D.; Duarte, L.d.S. (2010). A framework for metacommunity analysis of phylogenetic structure. Ecology Letters, 13, 587:596.

Pillar, V.D., Duarte, L.d.S., Sosinski, E.E. & Joner, F. (2009). Discriminating trait-convergence and trait-divergence assembly patterns in ecological community gradients. Journal of Vegetation Science, 20, 334:348.

See Also

belonging

Examples

Run this code
# NOT RUN {
data(ADRS)
self.belonging(ADRS$phylo)

# }

Run the code above in your browser using DataLab