get.files {RnBeads} | R Documentation |
Gets the list of all files that are planned to be generated, or were already generated by the given report plot.
get.files(report.plot)
report.plot |
Report plot of interest. This must be an object of type |
Non-empty character
vector of absolute file names.
Yassen Assenov
plot.image <- createReportPlot('scatterplot', high.png = 200) get.files(plot.image)