Barchart.data {HMP} | R Documentation |
A Graphical Representation of Taxa Proportions
Description
Creates a bar plot of taxonomic proportions.
Usage
Barchart.data(data, title = "Taxa Proportions")
Arguments
data |
A matrix of taxonomic counts(columns) for each sample(rows). |
title |
A string to be used as the plots title. The default is "Taxa Proportions". |
Value
A bar plot of taxonomic proportions for all samples at a given taxonomic level.
Examples
data(saliva)
Barchart.data(saliva)
[Package HMP version 2.0.1 Index]