ciPlot | R Documentation |
Create a confidence interval plot for a forecast
ciPlot( data, col = 1, ylim = c(min(data$low[, col]), max(data$high[, col])), ci_col = "lightgrey", ... )
data |
The data to plot, should be a list that contains "fcst", "low" and "high" matrices |
col |
Which column of each matrix contains the data to plot |
ylim |
The y axis limits for the plot |
ci_col |
The confidence area color |
... |
Additional arguments to pass to the plot function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.