Draw a pair of standard residual plots
Source:R/zzz_auto_visual_inference.R
AUTO_VI-cash-plot_pair.RdThis function draws a pair of standard residual plots consisting of a true residual plot and a null residual plot.
Arguments
- data
Data frame. A data frame containing variables
.residand.fitted. See alsoAUTO_VI$get_fitted_and_resid().- null_data
Data frame. A data frame containing variables
.residand.fitted. See alsoAUTO_VI$null_method().- theme
ggtheme. Aggplottheme object. See alsoggplot2::theme_light().- alpha
Numeric. Alpha of dot. Value between 0 and 1.
- size
Numeric. Size of dot. Value between 0 and 1.
- stroke
Numeric. Stroke of dot. Value between 0 and 1.
- remove_axis
Boolean. Whether or not to remove the axis.
- remove_legend
Boolean. Whether or not to remove the legend.
- remove_grid_line
Boolean. Whether or not to remove the grid lines.
- add_zero_line
Boolean. Whether or not to add a zero horizontal line.
