Description Usage Arguments Examples
Simple plot of prediction with intervals.
| 1 2 | 
| y | A  | 
| x | Optional vector or NULL, indicating were  | 
| probs | Optional 3-member Vector of numerics indicating low, middle, and high probability intervals to plot. All must be <= 1. | 
| poly_col | Optional color for interval polygon. | 
| ... | Additional arguments passed 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.