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

Description Usage Arguments Value Examples

View source: R/PlotReport.R

Description

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

Usage

1
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

1
2
3
4
5
6
data("waxsys.palmprint")
data("palmdb")

ppRep <- PlotReport(waxsys.palmprint, palmdb)

plot(ppRep)

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