Description Usage Arguments Value
[internal] Arranges a TBRPlotData or TBRROASPlotData object into a data frame for plotting.
1 | .GetTBRDataFrameForGgplot(obj, panels, periods, lower, upper, panel.info)
|
obj |
a TBRPlotData or TBRROASPlotData object. |
panels |
names of the panels to plot. Available names are those in
|
periods |
(vector of strings) names of the periods to show. |
lower |
(0 < number < upper) lower quantile. |
upper |
(lower < number < 1) upper quantile. |
panel.info |
(list) information about the data frame columns for each of the available panels. |
A data frame with the columns:
date
date.
observed
an observed time series.
predicted
a predicted time series.
lower
lower bound of the predicted time series.
upper
lower bound of the predicted time series.
panel.label
panel label to be shown in the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.