powered by
Further options are given in the raw_fuels function.
raw_fuels
building_emissions( water_supply = 0, water_trt = TRUE, water_unit = c("cubic metres", "million litres"), electricity_kWh = 0, electricity_TD = TRUE, electricity_WTT = TRUE, heat_kWh = 0, heat_TD = TRUE, heat_WTT = TRUE )
Returns CO2e emissions in tonnes.
Amount of water used in the building.
logical. Default TRUE. Whether to include emissions associated with water treatment for used water.
TRUE
Unit for water_supply variable. Options are "cubic metres" or "million litres".
water_supply
"cubic metres"
"million litres"
Electricity used in kWh.
logical. Default TRUE. Whether to include emissions associated with grid losses.
logical. Default TRUE. Whether to include emissions associated with extracting, refining, and transporting fuels.
heat and steam used in kWh.
Descriptions from 2022 UK Government Report: https://www.gov.uk/government/publications/greenhouse-gas-reporting-conversion-factors-2022
# specify emissions in an office building_emissions(electricity_kWh = 200, heat_kWh = 100, water_supply = 100, water_trt = FALSE)
Run the code above in your browser using DataLab