plot_individual_forecast {sovereign}R Documentation

Chart individual forecast

Description

Chart individual forecast

Usage

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


[Package sovereign version 1.2.1 Index]