Description Usage Arguments See Also Examples
Plot a prediction
object.
1 2 |
... |
Arguments passed on to |
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)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.