plot.prediction: Plot a 'prediction' object.

Description Usage Arguments See Also Examples

Description

Plot a prediction object.

Usage

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

Arguments

...

Arguments passed on to predictplot.

See Also

predictplot

Examples

1
2
3
4
5
6
7
8
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)")

bayfoxr documentation built on May 2, 2019, 2:35 a.m.