sm-options {stochmod} | R Documentation |
These functions provide a means to get/set options that affect behavior of many modeling routines
SM.setOption( name, value = TRUE ) SM.getOption( name ) SM.getOptions()
name |
Argument name. Currently supported options are:
|
value |
Agument value |
'SM.setOption' returns the previous argument value. 'SM.getOption' returns the current value. 'SM.getOptions' returns a list of current option assignments.
Artem Sokolov Artem.Sokolov@gmail.com