tda {NST} | R Documentation |
Test dataset A
Description
A simple test data with a community matrix and treatment information
Usage
data("tda")
Format
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.
Examples
data(tda)
comm=tda$comm
group=tda$group
[Package NST version 3.1.10 Index]