Plots the residuals quantile-quantile plot between standardized residuals and an assumed normal distribution.

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

the ggplot object.