View source: R/InteregionalCommodityFlowFunctions.R
generateDomestic2RegionICFs | R Documentation |
Generate domestic 2 region inter-regional commodity flows (ICFs) table.
generateDomestic2RegionICFs(
state,
year,
ioschema,
iolevel,
ICF_sensitivity_analysis = FALSE,
adjust_by = 0
)
state |
State name. |
year |
A numeric value between 2012 and 2017 specifying the year of interest. |
ioschema |
A numeric value of either 2012 or 2007 specifying the io schema year. |
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. #' @return A data frame contains domestic 2 region ICFs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.