prepare_for_techmix_chart: Prepares pre-processed data for plotting a tech-mix chart

Description Usage Arguments

View source: R/prepare_for_techmix_chart.R

Description

Prepares pre-processed data for plotting a tech-mix chart

Usage

1
2
3
4
5
6
7
8
9
prepare_for_techmix_chart(
  data_preprocessed,
  sector_filter,
  years_filter,
  region_filter,
  scenario_source_filter,
  scenario_filter,
  value_name
)

Arguments

data_preprocessed

Pre-processed input data.

sector_filter

Sector for which to filter the data (character string).

years_filter

Years to plot in the graph (array of integer values).

region_filter

Region for which to filter the data (character string).

scenario_source_filter

Scenario source for which to filter the data (character string).

scenario_filter

Scenario to plot in the graph (character string).

value_name

The name of the value to be plotted as a bar chart (character string).


2DegreesInvesting/r2dii.ggplot documentation built on April 15, 2021, 5:22 a.m.