generateDomestic2RegionICFs: Generate domestic 2 region inter-regional commodity flows...

View source: R/InteregionalCommodityFlowFunctions.R

generateDomestic2RegionICFsR Documentation

Generate domestic 2 region inter-regional commodity flows (ICFs) table.

Description

Generate domestic 2 region inter-regional commodity flows (ICFs) table.

Usage

generateDomestic2RegionICFs(
  state,
  year,
  specs,
  iolevel,
  ICF_sensitivity_analysis = FALSE,
  adjust_by = 0,
  disagg = NULL
)

Arguments

state

State name.

year

A numeric value specifying the year of interest.

specs

A list of model specs including 'BaseIOSchema'

iolevel

BEA sector level of detail, currently can only be "Summary", theoretically can be "Detail", or "Sector" in future versions.

ICF_sensitivity_analysis

A logical value indicating whether to conduct sensitivity analysis on ICF, default is FALSE.

adjust_by

A numeric value between 0 and 1 indicating the manual adjustment to ICF if a sensitivity analysis is conducted, default is 0 due to no SA.

disagg

optional, disaggregation specs #' @return A data frame contains domestic 2 region ICFs.


USEPA/stateio documentation built on July 4, 2025, 8:19 p.m.