PlotProReport: Create PlotID and PlotTax grid-plot

Description Usage Arguments Value Examples

View source: R/PlotProReport.R

Description

Create PlotID and PlotTax grid-plot

Usage

1
PlotProReport(pro, html = FALSE)

Arguments

pro

data.frame, pro.df object

html

boolean, generate htmlWidget instead of ggplot [FALSE]

Value

A grid-table object. Dimension standard is 800 x 400 px.

Examples

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

proPlot <- PlotProReport(waxsys.pro.df)

plot(proPlot)

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