plot_comps: plot_comps

Description Usage Arguments Value

View source: R/plotting_functions.R

Description

plot_comps

Usage

1
2
3
4
5
6
7
8
plot_comps(
  baseline,
  proposed,
  title = NULL,
  bw = FALSE,
  result = "Consumption",
  ...
)

Arguments

baseline

character string of path to csv containing baseline data

proposed

character string of path to csv containing proposed data

title

character string of desired plot title. Default is NULL

bw

boolean designating whether to plot in color (FALSE, default), or black and white (TRUE)

result

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

...

passes arguments to clean_data()

Value

line plot comparing two models


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