Plotting function for class disag_data (the input data for disaggregation).
# S3 method for disag_data
plot(x, which = c(1, 2, 3), ...)
A list of three plots: the polygon plot (ggplot), covariate plot (spplot) and INLA mesh plot (ggplot)
Object of class disag_data to be plotted.
If a subset of plots is required, specify a subset of the numbers 1:3
Further arguments to plot function.
Produces three plots: polygon response data, covariate rasters and INLA mesh.