plot_stacked_enduses: plot_stacked_enduses

Description Usage Arguments Value

View source: R/plotting_functions.R

Description

plot_stacked_enduses

Usage

1
2
3
4
5
6
7
8
plot_stacked_enduses(
  baseline,
  proposed = NULL,
  title = NULL,
  by_fuel = fuel,
  result = "Consumption",
  ...
)

Arguments

baseline

character string of path to csv containing data

proposed

character string of path to csv containing data to compare, or NULL (default)

title

character string of desired plot title. Default is NULL

by_fuel

designates whether to summarize data by fuel (the default) or omit fuel (NULL)

result

"Consumption" or "Emissions" - denotes whether plot displays energy consumption (in kWh) or CO2 emissions (in grams CO2)

...

passes arguments to clean_data()

Value

Stacked barchart of enduses


jkeast/ResourceRefocus documentation built on Feb. 2, 2021, 3:35 a.m.