Learn R Programming

palmid (version 0.0.3)

PlotTax: Plot a taxonomic-classifier based histogram

Description

Plot a taxonomic-classifier based histogram

Usage

PlotTax(pro, html = TRUE)

Arguments

pro

data.frame, A diamond-aligned pro file

html

boolean, include additional parsing for htmlwidget display [TRUE]

Value

A histogram ggplot2

Examples

Run this code
# NOT RUN {
data("waxsys.pro.df")

proTax <- PlotTax(waxsys.pro.df, html = TRUE)

plot(proTax)
# }

Run the code above in your browser using DataLab