View source: R/CalculationFunctions.R
calculateHouseholdEmissions | R Documentation |
Calculate household emissions from B_h
calculateHouseholdEmissions(
model,
f,
location,
characterized = FALSE,
show_RoW = FALSE
)
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. |
A result vector with rows for final demand sector(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.