PlotTax | R Documentation |
Plot a taxonomic-classifier based histogram
PlotTax(pro, html = TRUE)
pro |
data.frame, A diamond-aligned pro file |
html |
boolean, include additional parsing for htmlwidget display [TRUE] |
A histogram ggplot2
data("waxsys.pro.df")
proTax <- PlotTax(waxsys.pro.df, html = TRUE)
plot(proTax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.