get_residual_plots.Rd
Get residual plots for model diagnostics
get_residual_plots(
model,
lang = c("eng", "ger")[1],
col_dots = BioMathR::palette_getset("BioMath", setforggplot = FALSE)[["grey"]],
col_line = BioMathR::palette_getset("BioMath", setforggplot = FALSE)[["green"]],
aslist = FALSE
)
A model object.
Language for plots labels.
Color of the dots.
Color of the lines.
If TRUE
, output is a list of plots. If FALSE
(default), output is a combined plot.