powered by
A simple test data with a community matrix and treatment information
data("tda")
A list object with 3 elements.
comm
matrix, community table; each row is a sample, thus rownames are sample IDs; each column is a taxon, thus colnames are OTU IDs.
group
matrix with only one column. treatment information; rownames are sample IDs; the only column shows treatment IDs.
tree
phylogenetic tree.
# NOT RUN { data(tda) comm=tda$comm group=tda$group # }
Run the code above in your browser using DataLab