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