ReportGgPlot-class {RnBeads} | R Documentation |
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.
ggp
ggplot
object to be printed
No device is being opened until off(reportGgPlot)
is called.
Fabian Mueller