Skip to contents

Create a bar plot with exposures to low and high carbon technologies

Usage

plot_green_brown_bars(data)

Arguments

data

A data frame. In principle, an output of prep_green_brown_bars(). Requirements:

  • Must have columns: asset_class,tech_type, sector, perc_sec_exposure, perc_tech_exposure.

  • tech_type column must only have following values: "green", "nuclear", "brown", "other".

  • perc_tech_exposure and perc_sec_exposure must be percentages in decimal format, with values between 0 and 1.

Value

an object of class "ggplot".

Examples

plot_green_brown_bars(toy_data_green_brown_bars)