plot_emission_intensity | R Documentation |
Create an emission intensity plot
plot_emission_intensity(data)
data |
A data frame like the output of |
An object of class "ggplot".
Other plotting functions:
plot_techmix()
,
plot_trajectory()
,
prep_emission_intensity()
,
prep_techmix()
,
prep_trajectory()
,
qplot_emission_intensity()
,
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()
# plot with `qplot_emission_intensity()` parameters
data <- subset(sda, sector == "cement" & region == "global")
data <- prep_emission_intensity(data, span_5yr = TRUE, convert_label = to_title)
plot_emission_intensity(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.