Skip to contents

Visualizes the conformal prediction intervals and point predictions across target locations or areal units. Optionally overlays true observations if provided.

Usage

# S3 method for class 'spconform'
plot(x, y_true = NULL, ...)

Arguments

x

An object of class "spconform".

y_true

Optional numeric vector of true observed responses matching x$pred.

...

Additional arguments passed to plot.

Value

Invisibly returns the input object x.