
Prepare data input for plotting upstream fossil fuel exposure
Source:R/prep_fossil_bars.R
prep_fossil_bars.RdPrepare data input for plotting upstream fossil fuel exposure based
on PACTA for investors output files. These files must have been wrangled with
prep_data_executive_summary() before they can be passed to this function.
Usage
prep_fossil_bars(
results_portfolio,
peers_results_aggregated,
indices_results_portfolio,
scenario_selected = "NZE_2050"
)Arguments
- results_portfolio
Data frame that contains pre-wrangled portfolio level PACTA results from a PACTA for investors analysis.
- peers_results_aggregated
Data frame that contains pre-wrangled aggregate peer group level PACTA results from a PACTA for investors analysis.
- indices_results_portfolio
Data frame that contains pre-wrangled PACTA results for indices from a PACTA for investors analysis.
- scenario_selected
Character. Must be a
scenariofeatured in thescenario_thresholdsdata set. Defaults to"1.5C-Unif"from the GECO2021 scenario source.