Plot of fitted against observed response values
observed_fitted_plot(
model,
ylab = NULL,
xlab = NULL,
title = NULL,
subtitle = NULL,
caption = NULL,
point_col = "black",
point_alpha = 1
)
a fitted model. Currently only class "gam"
.
character or expression; the label for the y axis. If not supplied, a suitable label will be generated.
character or expression; the label for the y axis. If not supplied, a suitable label will be generated.
character or expression; the title for the plot. See
ggplot2::labs()
.
character or expression; the subtitle for the plot. See
ggplot2::labs()
.
character or expression; the plot caption. See
ggplot2::labs()
.
colour used to draw points in the plots. See
graphics::par()
section Color Specification. This is passed to
the individual plotting functions, and therefore affects the points of
all plots.
numeric; alpha transparency for points in plots.