powered by
Function to obtain a matrix containing phylogeny-weighted species composition. For more details, see syncsa.
syncsa
matrix.p(comm, phylodist, notification = TRUE)
Community data, with species as columns and sampling units as rows. This matrix can contain either presence/absence or abundance data.
Matrix containing phylogenetic distance between species. Must be a complete matrix (not a diagonal resemblance matrix).
Logical argument (TRUE or FALSE) to specify if notifications for missing observations are to be shown (Default notification = TRUE).
Standardized community matrix, where rows are communities and columns species. Row totals (communities) = 1.
Standardized matrix containing the degree of belonging of species in relation to each other. Row totals (species) = 1.
Phylogeny-weighted species composition matrix. Row totals (communities) = 1.
Pillar, V.D.; Duarte, L.d.S. (2010). A framework for metacommunity analysis of phylogenetic structure. Ecology Letters, 13, 587-596.
syncsa, organize.syncsa, belonging, matrix.t, matrix.x
organize.syncsa
belonging
matrix.t
matrix.x
# NOT RUN { data(ADRS) matrix.p(ADRS$community, ADRS$phylo) # }
Run the code above in your browser using DataLab