fig11.13.plot | R Documentation |
Draws a time series (ribbon) plot by combining fitted and predicted values
fig11.13.plot(yobs, ylow, ymed, yup, misst)
yobs |
A vector of the observed values |
ylow |
A vector of the lower limits of the fitted or predicted values |
ymed |
A vector of fitted or predicted values |
yup |
A vector of the upper limits of the fitted or predicted values |
misst |
An integer vector which contains the indices of the predicted values |
A ribbon plot, ggplot2 object, which shows observed values in red color and open circle, predicted values in blue color and filled circle.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.