View source: R/prepare_for_techmix_chart.R
Prepares pre-processed data for plotting a tech-mix chart
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
)
|
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.