Plots the annual budget impact (or cumulative budget impact) over the projection horizon, with one line per scenario.
Usage
bim_plot_line(
model,
cumulative = FALSE,
scenario = "base",
currency_millions = TRUE,
colours = NULL,
title = NULL
)Arguments
- model
A
bim_modelobject.- cumulative
logical(1). IfTRUE, plot cumulative impact. DefaultFALSE.- scenario
character. Scenarios to plot. Default"base".- currency_millions
logical(1). Express values in millions. DefaultTRUE.- colours
Named
charactervector. Line colours by scenario name. Defaults use thehtaBIMcolour palette.- title
character(1)orNULL. Plot title.