PlotObsPred: Plot observed versus predicted values
Description
Base-graphics plot of Observations and Predictions against time.
Usage
PlotObsPred(df, dataName = "", E = NULL, Tp = NULL)
Arguments
- df
A data.frame with a time column plus Observations and Predictions.
- dataName
Optional label used in the plot title.
- E
Embedding dimension.
- Tp
Forecast interval (prediction horizon).