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.
Slots
ggp
ggplot
object to be printed
Notes
No device is being opened until off(reportGgPlot)
is called.