generateFlowtoDollarCoefficient: Calculates intensity coefficient (kg/$) for a standard...

generateFlowtoDollarCoefficientR Documentation

Calculates intensity coefficient (kg/$) for a standard satellite table.

Description

Calculates intensity coefficient (kg/$) for a standard satellite table.

Usage

generateFlowtoDollarCoefficient(
  sattable,
  outputyear,
  referenceyear,
  location_acronym,
  IsRoUS = FALSE,
  model,
  output_type = "Industry",
  final_demand = FALSE
)

Arguments

sattable

A standardized satellite table with resource and emission names from original sources.

outputyear

Year of Industry output.

referenceyear

Year of the currency reference.

location_acronym

Abbreviated location name of the model, e.g. "US" or "GA".

IsRoUS

A logical parameter indicating whether to adjust Industry output for Rest of US (RoUS).

model

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

output_type

Type of the output, e.g. "Commodity" or "Industry"

final_demand

bool, generate coefficients using final demand vector

Value

A dataframe contains intensity coefficient (kg/$).


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