ReportPlot-class {RnBeads} | R Documentation |
Information about the files created to store one generated plot in a report. Report plots are initialized using the
function createReportPlot
.
fname
Relative file name. It does not include path or extension.
width
Width of the image in inches.
height
Height of the image in inches.
create.pdf
Flag indicating if a PDF image is created.
low.png
Resolution, in dots per inch, used for the figure image.
high.png
Resolution, in dots per inch, used for the high-resolution image.
dir.pdf
Directory that contains the generated PDF file.
dir.png.low
Directory that contains the generated figure image file.
dir.png.high
Directory that contains the generated high-resolution image file.
get.files
Gets the list of all files that are planned to be generated, or were already generated by the report plot.
off
Copies the figure to a PNG file (if needed) and closes the device associated with the report plot.
Yassen Assenov