plot_individual_forecast: Chart individual forecast

Description Usage Arguments Value

View source: R/plot_forecasts.R

Description

Chart individual forecast

Usage

1
2
3
4
5
6
7
8
plot_individual_forecast(
  data,
  target,
  title = NULL,
  ylab = NULL,
  freq = NULL,
  zeroline = FALSE
)

Arguments

data

data.frame: sovereign model forecast

target

string: series to plot

title

string: chart title

ylab

string: y-axis label

freq

string: frequency (acts as sub-title)

zeroline

boolean: if TRUE then add a horizontal line at zero

Value

ggplot2 chart


sovereign documentation built on Jan. 5, 2022, 1:08 a.m.