Plots information about the fits (residuals, predictions, confidence intervals).

plotFits(
  nlsFitsList,
  outputPrefix,
  plotFormat = "png",
  plotDimensions = list(width = 11.69, height = 8.27),
  color_scale = ggplot2::scale_colour_hue()
)

Arguments

nlsFitsList

the FIP fits output list.

outputPrefix

the basename (identifying a case) for the plot.

plotFormat

the format, passed to ggplot2::ggsave.

plotDimensions

the dimensions of the plot.

color_scale

the shared color scale to identify fragment and adduct pairs.

Value

a named list with all grobs of the plots (the output of ggplot).