Generate residuals vs fitted or residuals vs dependence plot from
an eda_lm
class object
Arguments
- x
Object of class
eda_lm
.- type
Type of residuals plot. Choice between residuals-fit (
rf
) and residuals-dependence (rd
) plots.- xlab
X label for output plot.
- ylab
Y label for output plot.
- grey
Grey level to apply to plot elements (0 to 1 with 1 = black).
- pch
Point symbol type.
- equal
Boolean determining if axes lengths should match (i.e. square plot).
- p.col
Color for point symbol.
- alpha
Point transparency (0 = transparent, 1 = opaque). Only applicable if
rgb()
is not used to define point colors.- p.fill
Point fill color passed to
bg
(Only used forpch
ranging from 21-25).- size
Point size (0-1).
- loess
Boolean indicating if a loess should be fitted to the plot. function. A robust loess is used by default.
- loe.col
LOESS curve color.
- loess.d
A list of arguments passed to the
loess.smooth
function. A robust loess is used by default.- ...
Note used.