Skip to contents

Generate a horizontal stacked bar chart showing the distribution of the emission risk profiles risks for one or several benchmarks.

Usage

bar_plot_emission_profile_financial(
  data,
  benchmarks = benchmarks(),
  mode = c("equal_weight", "worst_case", "best_case")
)

Arguments

data

A data frame like financial.

benchmarks

A character vector specifying the benchmarks for which the emission profiles will be plotted. The user can choose from one to several benchmark(s) to be plotted.

mode

The mode of financial data to plot. It can be one of "equal_weight", "worst_case" or "best_case". If nothing is chosen, "equal_weight" is the default case.

Value

A ggplot object.

Examples

benchmarks <- c("all", "unit", "isic_4digit")
bar_plot_emission_profile_financial(financial, benchmarks, "equal_weight")