powered by
A simple dataset of observed and null beta diversity values, with sample grouping information.
data("beta.obs.rand")
A list object with 3 elements.
obs
matrix, pairwise values of beta diversity (dissimilarity).
rand
list, each element shows the beta diversity of randomized communities from a null model algorithm.
group
data.frame, only one column showing which samples are controls and which are under treatment.
# NOT RUN { data(beta.obs.rand) beta.obs=beta.obs.rand$obs beta.rand.list=beta.obs.rand$rand group=beta.obs.rand$group # }
Run the code above in your browser using DataLab