plot.disag_data: Plot input data for disaggregation

View source: R/plotting.R

plot.disag_dataR 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)


disaggregation documentation built on Nov. 8, 2023, 5:07 p.m.