rplot_raw {api2lm} | R Documentation |
Helper function for residuals_plot.lm
Description
Helper function for residuals_plot.lm
Usage
rplot_raw(
x,
y,
idd,
labels,
xlab,
smooth,
add_reference,
add_smooth,
arglist,
text_arglist,
abline_arglist,
smooth_arglist,
lines_arglist,
extendrange_f
)
Arguments
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 |
[Package api2lm version 0.2 Index]