plot.disag_prediction {disaggregation}R Documentation

Plot mean and uncertainty predictions from the disaggregation model results

Description

Plotting function for class disag_prediction (the mean and uncertainty predictions of the disaggregation fitting).

Usage

## S3 method for class 'disag_prediction'
plot(x, ...)

Arguments

x

Object of class disag_prediction to be plotted.

...

Further arguments to plot function.

Details

Produces raster plots of the mean prediction, and the lower and upper confidence intervals.

Value

A list of plots of rasters from the prediction: mean prediction, lower CI and upper CI.


[Package disaggregation version 0.3.0 Index]