Phylogenetic index of beta-diversity PhyloSor
Fraction of branch-length shared between two communities
phylosor(samp, tree)
samp |
Community data matrix |
tree |
Object of class phylo - a rooted phylogeny |
A distance object of the PhyloSor index of similarity between communities, the fraction of PD (branch-length) shared between two samples
The phylosor of all samples will include the branch length connecting taxa in those samples and the root of the supplied tree. The root of the supplied tree may not be spanned by any taxa in the sample. If you want the root of your tree to correspond to the most recent ancestor of the taxa actually present in your sample, you should prune the tree before running phylosor
:
prunedTree <- prune.sample(sample,tree)
The root of the supplied tree is included in calculations of PhyloSor. The supplied tree must be rooted. Single-species samples will be assigned a PD value equal to the distance from the root to the present.
Helene Morlon <morlon.helene@gmail.com> and Steven Kembel <steve.kembel@gmail.com>
Bryant, J.B., Lamanna, C., Morlon, H., Kerkhoff, A.J., Enquist, B.J., Green, J.L. 2008. Microbes on mountainsides: Contrasting elevational patterns of bacterial and plant diversity. Proceedings of the National Academy of Sciences 105 Supplement 1: 11505-11511
data(phylocom) phylosor(phylocom$sample, phylocom$phylo)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.