sm-options {stochmod}R Documentation

Manipulation of Stochastic Modeling Options

Description

These functions provide a means to get/set options that affect behavior of many modeling routines

Usage

SM.setOption( name, value = TRUE )
SM.getOption( name )
SM.getOptions()

Arguments

name Argument name. Currently supported options are:
debug.output:
Amount of debug output. (integer)
pure.R:
whether exclusively R code is to be used. (logical)
value Agument value

Value

'SM.setOption' returns the previous argument value. 'SM.getOption' returns the current value. 'SM.getOptions' returns a list of current option assignments.

Author(s)

Artem Sokolov Artem.Sokolov@gmail.com


[Package stochmod version 1.2 Index]