gg_funnel: Funnel Uncertainty Plot

Description Usage Arguments Value

View source: R/utilities.R

Description

Funnel Uncertainty Plot

Usage

1
2
3
4
5
6
7
gg_funnel(
  data_forecast,
  data_actual,
  init_value,
  variable_name = NULL,
  time_offset = 0
)

Arguments

data_forecast

tibble with columns time, value

data_actual

numeric vector of historical monthly

init_value

value at time 0

variable_name

A string or character vector containing name of projected variable

time_offset

numeric offset for x-axis (e.g. time 0 = 2022)

Value

ggplot object


ZScore314/ESG documentation built on Feb. 11, 2022, 12:15 a.m.