qplot_emission_intensity {r2dii.plot} | R Documentation |
Create a quick emission intensity plot
Description
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.
Usage
qplot_emission_intensity(data)
Arguments
data |
A data frame like the output of |
Value
An object of class "ggplot".
See Also
plot_emission_intensity
Examples
# `data` must meet documented "Requirements"
data <- subset(sda, sector == "cement" & region == "global")
qplot_emission_intensity(data)
[Package r2dii.plot version 0.4.0 Index]