disaggregateTotalToDirectAndTier1: For a given impact, provided via indicator or elementary flow...

View source: R/CalculationFunctions.R

disaggregateTotalToDirectAndTier1R Documentation

For a given impact, provided via indicator or elementary flow label, disaggregate the total impacts per purchase (indicator: N, flow: M) into direct impacts (indicator: D, flow: B) and upstream, Tier 1 purchase impacts. Return a long-format df of exchanges, with sector names mapped to sector codes.

Description

For a given impact, provided via indicator or elementary flow label, disaggregate the total impacts per purchase (indicator: N, flow: M) into direct impacts (indicator: D, flow: B) and upstream, Tier 1 purchase impacts. Return a long-format df of exchanges, with sector names mapped to sector codes.

Usage

disaggregateTotalToDirectAndTier1(model, impact, opt_impact = "indicator")

Arguments

model

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

impact

str, a model indicator (e.g., "Greenhouse Gases") row index of N, or elementary flow (e.g., "Methane/emission/air/kg") index of M

opt_impact

str 'indicator', 'elemflow', string code to specify impact type

Value

A data frame of direct and per-tier-1-purchase sector impacts


USEPA/useeior documentation built on April 12, 2024, 1:36 p.m.