'iamArgs' objects creator by GUI
Etape d'initialisation
Etape de modification
Etape d'initialisation from txt file.
Usage
IAM.args(object, specific, ...)
# S4 method for iamInput,missing
IAM.args(object, desc = as.character(NA), ...)
# S4 method for iamArgs,missing
IAM.args(object, desc = as.character(NA), ...)
# S4 method for character,character
IAM.args(object, specific, desc = as.character(NA), ...)
Arguments
- object
iamInput-class
oriamArgs-class
object.- specific
this is for the specific file, a deprecated use of this function.
- ...
desc parameter described below.
@return
iamArgs-class
object after modification by a GUI.- desc
Object descriptor (default value :
as.character(NA)
). If not provided, copied the description slot of object.