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()
)

Arguments

fileName

the base filename of the FIP table, without the file extension.

plotFormat

the plot format, as supported by ggplot2::ggsave.

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.

Value

a list with a named entry of a ggplot grob object for the corresponding plot.