plot.disag_data {disaggregation} | R Documentation |
Plot input data for disaggregation
Description
Plotting function for class disag_data (the input data for disaggregation).
Usage
## S3 method for class 'disag_data'
plot(x, which = c(1, 2, 3), ...)
Arguments
x |
Object of class disag_data to be plotted. |
which |
If a subset of plots is required, specify a subset of the numbers 1:3 |
... |
Further arguments to plot function. |
Details
Produces three plots: polygon response data, covariate rasters and INLA mesh.
Value
A list of three plots: the polygon plot (ggplot), covariate plot (spplot) and INLA mesh plot (ggplot)
[Package disaggregation version 0.3.0 Index]