View source: R/plot-residual.R
residual | R Documentation |
This function create a residual for each observed value and also generates a residual distribution
residual(
x,
y,
labels = NULL,
point = NULL,
is.hline = FALSE,
hline = NULL,
dname = NULL,
facets = NULL,
bloq = NULL,
square_plot = TRUE,
...
)
x |
x axis aesthetics |
y |
y axis aesthetics |
labels |
list that contain title,subtitle, axis labels |
point |
geom point graphical parameters |
is.hline |
logical if TRUE add horizontal line y=0 ( TRUE by default) |
hline |
geom hline graphical parameters |
dname |
name of dataset to be used |
facets |
|
bloq |
|
square_plot |
square dv_pred plot (TRUE by default) |
... |
others graphics arguments passed to |
Some parameters are a list of parameters :
point is a list that contains:
shape: default to 1
color: default to black
size: default to 1
labels is a list that contains:
title: plot title default to AES_X versus AES_Y
subtitle: plot subtitle default empty
x: x axis label default to AES_X
y: y axis label default to AES_Y
a residual object
plot_pmx.residual
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.