setShutUp {GCDkit}R Documentation

Quiet mode?

Description

Determines whether extensive textual output is to be printed.

Usage

setShutUp()

Arguments

None.

Details

The control option is shut.up, whose default is FALSE, meaning that detailed information is to be printed. This, however, may become not viable on slower systems and/or for extensive data sets.

This can be set from the menu 'GCDkit|Options' by setting the checkbox 'Minimize output on screen?' or directly, from the command line (see Examples).

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'gcdOptions' 'options'

Examples

getOption("shut.up")    # query the current value of the given option
options("shut.up"=TRUE) # reduce the printed output to a minimum

[Package GCDkit version 3.00 Index]