Description Usage Arguments Value
View source: R/plotting_functions.R
plot_stacked_enduses
1 2 3 4 5 6 7 8 | plot_stacked_enduses(
baseline,
proposed = NULL,
title = NULL,
by_fuel = fuel,
result = "Consumption",
...
)
|
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() |
Stacked barchart of enduses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.