betas.Rd
betas
returns a tidy tibble with the beta diversity for each
combination of samples.
betas(ta, unique = T, method = "bray", binary = F)
Tidyamplicons object.
A logical scalar. Avoid redundancy by removing all self sample comparisons and keep only one of two pairwise comparisons? Default is TRUE.
The dissimilarity index. See vegdist
for
all options. Default is "bray".
A logical scalar. Perform presence/absence standardization
before analysis. See vegdist
. Default is FALSE.
This function calculates the beta diversity using the
vegdist
function of Vegan. It will report one diversity
estimate for each combination of samples.