getReportPlotFiles: getReportPlotFiles

Description Usage Arguments Value Author(s) Examples

View source: R/ReportPlot-methods.R

Description

Gets the list of all files that are planned to be generated, or were already generated by the given report plot.

Usage

1

Arguments

repPlot

Report plot of interest. This must be an object of type ReportPlot.

Value

Non-empty character vector of absolute file names.

Author(s)

adapted by Fabian Mueller from RnBeads code by Yassen Assenov

Examples

1
2
plot.image <- createReportPlot('scatterplot', high.png = 200)
getReportPlotFiles(plot.image)

demuellae/muReportR documentation built on Jan. 20, 2020, 5:12 a.m.