Skip to contents

Classifies greenhouse gas emissions and calculates GWP100 CO2 equivalents.

Usage

Gases_GWP(x)

Arguments

x

A data frame with columns: Gas_raw, Gas_type, value

Value

A data frame with Gas, Gas_categ, and CO2e_Tg calculated

Examples

if (FALSE) { # \dontrun{
ghg_with_gwp <- Gases_GWP(emissions_data)
} # }