hebing | R Documentation |
Group your data
hebing(otutab, group, margin = 2, act = "mean", metadata = NULL)
otutab |
data.frame |
group |
group vector or one of colnames(metadata) |
margin |
1 for row and 2 for column(default: 2) |
act |
do (default: mean) |
metadata |
metadata |
data.frame
data(otutab)
hebing(otutab, metadata$Group)
hebing(otutab, "Group", metadata = metadata, act = "sum")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.