tda: Test dataset A

tdaR 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

NST documentation built on June 7, 2022, 1:07 a.m.