qplot_emission_intensity | R Documentation |
Compared to plot_emission_intensity()
this function:
is restricted to plotting future as 5 years from the start year,
outputs formatted labels, based on emission metric column,
outputs a title,
outputs formatted axis labels.
qplot_emission_intensity(data)
data |
A data frame like the output of |
An object of class "ggplot".
Other plotting functions:
plot_emission_intensity()
,
plot_techmix()
,
plot_trajectory()
,
prep_emission_intensity()
,
prep_techmix()
,
prep_trajectory()
,
qplot_techmix()
,
qplot_trajectory()
,
recode_metric_techmix()
,
recode_metric_trajectory()
,
scale_colour_r2dii()
,
scale_colour_r2dii_sector()
,
scale_colour_r2dii_tech()
,
scale_fill_r2dii()
,
scale_fill_r2dii_sector()
,
scale_fill_r2dii_tech()
,
spell_out_technology()
,
theme_2dii()
,
to_title()
# `data` must meet documented "Requirements"
data <- subset(sda, sector == "cement" & region == "global")
qplot_emission_intensity(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.