View source: R/phylo_diversity_com.R
phylo_diversity_com | R Documentation |
Calculates phylogenetic diversity measures per sample for a community data object.
phylo_diversity_com(
com,
null.model = "taxa.labels",
runs = 100,
file = "phylo_diversity.RData",
use_saved = F
)
com |
a community data object. |
null.model |
null model to use (see ?ses.mpd'). |
runs |
number of randomizations. |
file |
the name of the file where the data will be stored as 'RData' object. |
use_saved |
read data from 'file' instead of importing them from scratch. |
A list with community data.
phylo_diversity_com()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.