Learn R Programming

palmid (version 0.0.3)

PlotReport: A wrapper for palmid Plot* functions to create a standard "report"

Description

A wrapper for palmid Plot* functions to create a standard "report"

Usage

PlotReport(pp, pp.bg)

Arguments

pp

A palmprint.df row to use for the plot "value"

pp.bg

A multiple palmprint.df for the plot background "distribution"

Value

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

Examples

Run this code
# NOT RUN {
data("waxsys.palmprint")
data("palmdb")

ppRep <- PlotReport(waxsys.palmprint, palmdb)

plot(ppRep)
# }

Run the code above in your browser using DataLab