View source: R/qplot_techmix.R
qplot_techmix | R Documentation |
Compared to plot_techmix()
this function:
is restricted to plotting future as 5 years from the start year,
outputs pretty bar labels, based on metric column,
outputs pretty legend labels, based on technology column,
outputs a title.
qplot_techmix(data)
data |
A data frame. Requirements:
|
An object of class "ggplot".
plot_techmix
# `data` must meet documented "Requirements" data <- subset( market_share, sector == "power" & region == "global" & scenario_source == "demo_2020" & metric %in% c("projected", "corporate_economy", "target_sds") ) qplot_techmix(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.