View source: R/plot_quantile_residuals.R
plot_quantile_residuals | R Documentation |
plot_quantile_residuals
shows aggregated quantile residuals at a user-specified spatial resolution
This function plots quantile residuals on a map, and is useful to check for persistent spatial patterns
in those residuals. For a check for outliers (i.e., the scale of residuals) please see the separate Q-Q plot.
See summary.fit_model
for more details regarding inputs
plot_quantile_residuals(
dharmaRes,
fit,
file_name = "quantile_residuals_on_map",
zlim = NULL,
n_cells_residuals = NULL,
year_labels = fit$year_labels,
years_to_plot = fit$years_to_plot,
...
)
zlim |
two numeric values, specifying range for defining bounds of color scale.
If |
n_cells_residuals |
number of raster cells to use when plotting quantile residuals |
year_labels |
character vector specifying names for labeling times |
years_to_plot |
integer vector, specifying positions of |
... |
arguments passed to |
output |
from |
x |
Output from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.