Description Usage Arguments Value Examples
View source: R/PlotProReport.R
Create PlotID and PlotTax grid-plot
1 | PlotProReport(pro, html = FALSE)
|
pro |
data.frame, pro.df object |
html |
boolean, generate htmlWidget instead of ggplot [FALSE] |
A grid-table object. Dimension standard is 800 x 400 px.
1 2 3 4 5 | data("waxsys.pro.df")
proPlot <- PlotProReport(waxsys.pro.df)
plot(proPlot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.