beta.obs.rand {NST} | R Documentation |
Test data B observed and null beta diversity
Description
A simple dataset of observed and null beta diversity values, with sample grouping information.
Usage
data("beta.obs.rand")
Format
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.
Examples
data(beta.obs.rand)
beta.obs=beta.obs.rand$obs
beta.rand.list=beta.obs.rand$rand
group=beta.obs.rand$group
[Package NST version 3.1.10 Index]