Description Usage Arguments Value
This function will remove species from community data that are not in the phylogeny. It will also remove tips from the phylogeny that are not in the community data. And then convert the phylogeny to a Var-cov matrix.
1 | align_comm_V(comm, tree, prune.tree = FALSE, scale.vcv = TRUE)
|
comm |
A site by species data frame, with site names as row names. |
tree |
A phylogeny with "phylo" as class; or a phylogenetic var-covar matrix. |
prune.tree |
Whether to prune the tree first then use vcv.phylo function. Default is FALSE: use vcv.phylo first then subsetting the matrix. |
scale.vcv |
Whether to scale vcv to a correlation matrix. |
A list of the community data and the phylogenetic var-cov matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.