prep_emission_intensity {r2dii.plot} | R Documentation |
Prepare data for a emission intensity plot
Description
Prepare data for a emission intensity plot
Usage
prep_emission_intensity(data, convert_label = identity, span_5yr = FALSE)
Arguments
data |
A data frame. Requirements:
|
convert_label |
A symbol. The unquoted name of a function to apply to y-axis labels. For example:
|
span_5yr |
Logical. Use |
Value
A data-frame ready to be plotted using plot_emission_intensity()
.
See Also
sda.
Examples
# `data` must meet documented "Requirements"
data <- subset(sda, sector == "cement" & region == "global")
prep_emission_intensity(data)
[Package r2dii.plot version 0.4.0 Index]