Learn R Programming

RnBeads (version 1.4.0)

ReportGgPlot-class: ReportGgPlot Class

Description

Information about the files created to store one generated plot in a report. Report plots are initialized using the function createReportGgPlot. It inherits from the ReportPlot class and handling is analogous, except that it contains an additional slot to store a ggplot object.

Arguments

Slots

ggp
ggplot object to be printed

Notes

No device is being opened until off(reportGgPlot) is called.