View source: R/residual_plot_helpers.R
rplot_raw | R Documentation |
Helper function for residuals_plot.lm
rplot_raw(
x,
y,
idd,
labels,
xlab,
smooth,
add_reference,
add_smooth,
arglist,
text_arglist,
abline_arglist,
smooth_arglist,
lines_arglist,
extendrange_f
)
x |
x-values to plot |
y |
y-values to plot |
idd |
Identified observations |
labels |
The labels to use for the identified points. |
xlab |
The x-axis label |
smooth |
The function for smoothing. Needs a 'formula' argument. |
add_reference |
Logical value |
add_smooth |
Logical value |
arglist |
Named list for plot |
text_arglist |
Named list for text |
abline_arglist |
Named list for abline |
smooth_arglist |
Named list for smooth |
lines_arglist |
Named list for lines of smooth |
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.