generateFlowtoDollarCoefficient | R Documentation |
Calculates intensity coefficient (kg/$) for a standard satellite table.
generateFlowtoDollarCoefficient(
sattable,
outputyear,
referenceyear,
location_acronym,
IsRoUS = FALSE,
model,
output_type = "Industry",
final_demand = FALSE
)
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 |
A dataframe contains intensity coefficient (kg/$).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.