PlotTax: Plot a taxonomic-classifier based histogram

View source: R/PlotTax.R

PlotTaxR Documentation

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

data("waxsys.pro.df")

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

plot(proTax)

ababaian/palmid documentation built on July 1, 2023, 1:09 a.m.