Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Dec 5, 2023
1 parent cc63916 commit 35554f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/CalculationFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ disaggregateTotalToDirectAndTier1 <- function(model, impact, opt_impact="indicat
#' @param model A complete EEIO model: a list with USEEIO model components and attributes
#' @param 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
#' @param opt_impact str {'indicator', 'elemflow'}, string code to specify impact type
#' @return A sector by sector, impact-per-tier-1-purchase matrix.
calculateTotalImpactbyTier1Purchases <- function(model, impact, opt_impact='indicator') {
mtx_total <- c("indicator"="N", "elemflow"="M")[opt_impact]
Expand Down
2 changes: 2 additions & 0 deletions man/calculateTotalImpactbyTier1Purchases.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35554f8

Please sign in to comment.