plot.ts_forecast: Plot fan plot of the time-series probabilistic forecast

Description Usage Arguments

View source: R/ts_forecast.R

Description

Plot fan plot of the time-series probabilistic forecast

Usage

1
2
3
4
5
## S3 method for class 'ts_forecast'
plot(x, tel = NA, window = NA,
  normalize.by = 1, xbreaks = 4, ylim = NULL, text.size = 14,
  ylab = ggplot2::element_blank(), xlab = ggplot2::element_blank(),
  xticklab = T, yticklab = T)

Arguments

x

A ts_forecast object

tel

vector of telemetry (optional)

window

(optional) A vector of (start index, end index) to plot certain time window

normalize.by

(optional) Plant power to normalize results. Defaults to 1

xbreaks

(optional) Determines width between x ticks, defaults to 4

ylim

(optional) Upper limit of y-axis

ylab

(optional) y-axis label

xlab

(optional) x-axis label

xticklab

(optional) Boolean Whether to label x-axis ticks. Defaults to True

yticklab

(optional) Boolean Whether to label y-axis ticks. Defaults to True


kdayday/forecasting documentation built on Oct. 7, 2020, 7:16 p.m.