Modify Economic arguments
Usage
IAM.editArgs_Eco(object, ...)
# S4 method for iamArgs
IAM.editArgs_Eco(object, dr = NULL, perscCalc = NULL)
Arguments
- object
a
iamArgs-class
object- ...
dr and persCalc arguments
- dr
actualisation rate : numeric value in decimal (percentage. For 4%, dr must be 0.04)
- perscCalc
personnel cost : computation mode
- 0
- constant variable
- 1
- linear relation with rtbs; cshr available
- 2
- linear relation with rtbs; cshr non available
Details
The GUI provide many other arguments for economic parameters but they are deprecated and it is useless to edit them
Examples
data(IAM_argum_2009)
IAM_argum_2009@arguments$Eco$dr
#> [1] 0
IAM_argum_2009@arguments$Eco$perscCalc
#> [1] 0
IAM_argum_2009 <- IAM.editArgs_Eco(IAM_argum_2009, dr = 0.06, perscCalc = 0)
IAM_argum_2009@arguments$Eco$dr
#> [1] 0.06
IAM_argum_2009@arguments$Eco$perscCalc
#> [1] 0