Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


HMP (version 2.0.1)

Barchart.data: 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

Run this code
# NOT RUN {
	data(saliva)
	
	Barchart.data(saliva)
# }

Run the code above in your browser using DataLab