fig11.13.plot {bmstdr} | R Documentation |
Draws a time series (ribbon) plot by combining fitted and predicted values
Description
Draws a time series (ribbon) plot by combining fitted and predicted values
Usage
fig11.13.plot(yobs, ylow, ymed, yup, misst)
Arguments
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 |
Value
A ribbon plot, ggplot2 object, which shows observed values in red color and open circle, predicted values in blue color and filled circle.
[Package bmstdr version 0.7.9 Index]