Compute phylogenetic Hill numbers (Chao et al. 2010) across a continuous range of diversity orders (q), producing a phylogenetic diversity profile.
Arguments
- x
A site-by-species matrix (abundance data). Column names must match tip labels in the phylogeny.
- tree
An
ape::phyloobject. Tips must include all species inx.- q
Numeric vector. Orders of diversity. Default
seq(0, 3, by = 0.1).- type
Character. What to compute:
"per_site","regional", or"both"(default).- coords
Optional data.frame with
xandyfor spatial mapping.
Details
Phylogenetic Hill numbers (Chao et al. 2010) weight branches by their evolutionary distance. At q=0 this approximates normalized Faith's PD. Higher q values increasingly emphasize common lineages.
References
Chao, A., Chiu, C.H. & Jost, L. (2010). Phylogenetic diversity measures based on Hill numbers. Philosophical Transactions of the Royal Society B, 365, 3599-3609.
See also
diversityProfile() for taxonomic profiles,
diversityProfileFunc() for functional profiles