Skip to content

Commit

Permalink
Minor fixes to run_fredi examples
Browse files Browse the repository at this point in the history
  • Loading branch information
knoiva-indecon committed Jun 30, 2023
1 parent 88a7bc0 commit 2188b17
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion FrEDI/R/run_fredi.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,13 @@
#' run4 <- run_fredi(sectorList="ATS Extreme Temperature", aggLevels="none", elasticity=1)
#'
#' ### Set end year for analysis to 2100 using default scenarios (values after 2090 will all be missing, since default scenarios only have values out to 2090)
#' run3 <- run_fredi(maxYear=2100)
#' run5 <- run_fredi(maxYear=2100)
#'
#' ### Set end year for analysis to 2300 using default scenarios (values after 2090 will all be missing, since default scenarios only have values out to 2090)
#' run6 <- run_fredi(thru2300=TRUE)
#'
#' ### Run FrEDI, calculate discounted impacts, and return output list
#' run7 <- run_fredi(pv=TRUE, baseYear=2020, rate=0.3, outputList=TRUE)
#'
#'
#'
Expand Down
8 changes: 7 additions & 1 deletion FrEDI/man/run_fredi.Rd

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

Binary file modified FrEDI_3.4.tar.gz
Binary file not shown.

0 comments on commit 2188b17

Please sign in to comment.