createDataPlots.Rd
Create the data qc plots for an FIP table.
createDataPlots( fileName, subSetData, plotFormat = "PNG", plotDimensions = list(width = 11.69, height = 8.27), color_scale = ggplot2::scale_colour_hue() )
fileName | the base filename of the FIP table, without the file extension. |
---|---|
plotFormat | the plot format, as supported by |
plotDimensions | the plot dimensions to use, when printing the plot object to the output device. |
color_scale | the ggplot2 color scale to use for fragments. |
subsetData | the data subset. |
a list with a named entry of a ggplot grob object for the corresponding plot.