View source: R/residual_plot_helpers.R
arg_check_residual_plot_lm | R Documentation |
Check arguments of residual_plot.lm
arg_check_residual_plot_lm(
rtype,
xaxis,
id_n,
smooth,
add_reference,
add_smooth,
text_arglist,
abline_arglist,
smooth_arglist,
lines_arglist,
extendrange_f
)
rtype |
The residual type to plot. The default is
|
xaxis |
The variable to use on the x-axis of the
plot(s). The default is |
id_n |
The number of points to identify with labels.
The default is |
smooth |
A function with a
|
add_reference |
A logical value indicating whether a
reference line should be added. The default is
|
add_smooth |
A logical value indicating whether a
smooth should be added to each plot produced. The
default is |
text_arglist |
Additional arguments passed to the
|
abline_arglist |
A named list specifying additional
arguments passed to the |
smooth_arglist |
A named list specifying additional
arguments passed to the function provided in the
|
lines_arglist |
A named list specifying additional
arguments passed to the |
extendrange_f |
Positive number(s) specifying the
fraction by which the range of the residuals should be
extended using the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.