Learn R Programming

palmid (version 0.0.3)

PlotProReport: Create PlotID and PlotTax grid-plot

Description

Create PlotID and PlotTax grid-plot

Usage

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

Run this code
# NOT RUN {
data("waxsys.pro.df")

proPlot <- PlotProReport(waxsys.pro.df)

plot(proPlot)

# }

Run the code above in your browser using DataLab