calculateHouseholdEmissions: Calculate household emissions from B_h

View source: R/CalculationFunctions.R

calculateHouseholdEmissionsR Documentation

Calculate household emissions from B_h

Description

Calculate household emissions from B_h

Usage

calculateHouseholdEmissions(
  model,
  f,
  location,
  characterized = FALSE,
  show_RoW = FALSE
)

Arguments

model

A complete EEIO model: a list with USEEIO model components and attributes.

f

A demand vector with names as one or more model sectors and numeric values in USD with the same dollar year as model.

location

str optional location code for demand vector, required for two-region models

characterized

bool, TRUE to characterize using C matrix, FALSE to show LCI

show_RoW

bool, if TRUE, include rows for commodities in RoW, e.g. '111CA/RoW' in result objects. Only valid currently for models with ExternalImportFactors.

Value

A result vector with rows for final demand sector(s)


USEPA/useeior documentation built on Nov. 5, 2024, 6:12 p.m.