View source: R/index_plot_lm_helpers.R
arg_check_index_plot_lm | R Documentation |
Check arguments of residual_plot.lm
arg_check_index_plot_lm(
model,
stat,
id_n,
add_reference,
text_arglist,
abline_arglist,
extendrange_f
)
model |
A fitted model object from the
|
stat |
A function that can be applied to an |
id_n |
The number of points to identify with labels.
The default is |
add_reference |
A logical value indicating whether a
reference line should be added. The default is
|
text_arglist |
Additional arguments passed to the
|
abline_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.