autoplot.check_residuals {insurancerating} | R Documentation |
Takes an object produced by check_residuals()
, and produces a
uniform quantile-quantile plot.#'
## S3 method for class 'check_residuals'
autoplot(object, show_message = TRUE, ...)
object |
check_residuals object produced by |
show_message |
show output from test (defaults to TRUE) |
... |
other plotting parameters to affect the plot |
a ggplot object
Martin Haringa