View source: R/plot_residuals_diagnostics.R
| plot_residuals_diagnostics | R Documentation |
Plots normality and autocorrelation tests of model residuals.
plot_residuals_diagnostics(
model,
point.color = viridis::viridis(100, option = "F"),
line.color = "gray10",
fill.color = viridis::viridis(4, option = "F", alpha = 0.95)[2],
option = 1,
ncol = 1,
verbose = TRUE
)
model |
A model produced by |
point.color |
Colors of the plotted points. Can be a single color name (e.g. "red4"), a character vector with hexadecimal codes (e.g. "#440154FF" "#21908CFF" "#FDE725FF"), or function generating a palette (e.g. |
line.color |
Character string, color of the line produced by |
fill.color |
Character string, fill color of the bars produced by |
option |
(argument of |
ncol |
(argument of |
verbose |
Logical, if |
A patchwork object.
Other visualization:
plot_evaluation(),
plot_importance(),
plot_moran(),
plot_optimization(),
plot_response_curves(),
plot_response_surface(),
plot_training_df(),
plot_training_df_moran(),
plot_tuning()
data(plants_rf)
plot_residuals_diagnostics(plants_rf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.