Learn R Programming

NST (version 3.1.10)

tda: Test dataset A

Description

A simple test data with a community matrix and treatment information

Usage

data("tda")

Arguments

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

Run this code
# NOT RUN {
data(tda)
comm=tda$comm
group=tda$group
# }

Run the code above in your browser using DataLab