fig11.13.plot: Draws a time series (ribbon) plot by combining fitted and...

View source: R/newfunctions.R

fig11.13.plotR 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.


sujit-sahu/bmstdr documentation built on Jan. 30, 2024, 1:40 p.m.