betavolume | R Documentation |
This function loads a file as a matrix. It assumes that columns correspond to local communities (plots or patches) while the columns correspond to species. The matrix entries correspond to species property (e.g, presence/absence).
betavolume( meta_composition, preprocess = T, weights = F, remove_unique = F, hypervolume_method, compressed_angle = 1, dim_threshold = 10, sparsity = F )
meta_composition |
metacommunity composition |
preprocess |
Whether weights and remove_unique should be executed |
weights |
whether non-unique compositions should be weighted |
remove_unique |
whether unique compositions should be removed |
hypervolume_method |
which method to estimate the hypervolume |
compressed_angle |
how much the original hypervolume is changed by the similarity matrix |
dim_threshold |
the threshold of which default hypervolume_method is used |
sparsity |
whether the meta_composition is encoded as a sparse matrix |
the value of the geometric measure of beta_diversity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.