plot.prediction {bayfoxr}R Documentation

Plot a prediction object.

Description

Plot a prediction object.

Usage

## S3 method for class 'prediction'
plot(...)

Arguments

...

Arguments passed on to predictplot.

See Also

predictplot

Examples

data(bassriver)

# Using the "pooled annual" calibration model:
sst <- predict_seatemp(bassriver$d18o, d18osw=0.0, 
                       prior_mean=30.0, prior_std=20.0)

predictplot(x=bassriver$depth, y=sst, ylim=c(20, 40), 
            ylab="SST (°C)", xlab="Depth (m)")


[Package bayfoxr version 0.0.1 Index]