PlotTax: Plot a taxonomic-classifier based histogram

Description Usage Arguments Value Examples

View source: R/PlotTax.R

Description

Plot a taxonomic-classifier based histogram

Usage

1
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

1
2
3
4
5
data("waxsys.pro.df")

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

plot(proTax)

palmid documentation built on Oct. 15, 2021, 9:06 a.m.