plot_individual_forecast: Chart individual forecast

View source: R/plot_forecasts.R

plot_individual_forecastR 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


tylerJPike/sovereign documentation built on Nov. 15, 2022, 10:29 a.m.