phylosor function

Phylogenetic index of beta-diversity PhyloSor

Phylogenetic index of beta-diversity PhyloSor

Fraction of branch-length shared between two communities

phylosor(samp, tree)

Arguments

  • samp: Community data matrix
  • tree: Object of class phylo - a rooted phylogeny

Returns

A distance object of the PhyloSor index of similarity between communities, the fraction of PD (branch-length) shared between two samples

References

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

Author(s)

Helene Morlon morlon.helene@gmail.com and Steven Kembel steve.kembel@gmail.com

See Also

phylosor.rnd, pd

Note

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.

Warning

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)

Examples

data(phylocom) phylosor(phylocom$sample, phylocom$phylo)
  • Maintainer: Steven W. Kembel
  • License: GPL-2
  • Last published: 2020-06-10

Useful links