isVisible.Verbose {R.matlab}R Documentation

Checks if a certain verbose level will be shown or not

Description

Checks if a certain verbose level will be shown or not.

Usage

## S3 method for class 'Verbose':
isVisible(this, level, ...)

Arguments

level A numeric value to be compared to the threshold.
... Not used.

Value

Returns FALSE, if given level is below current threshold, otherwise FALSE.

Author(s)

Henrik Bengtsson http://www.braju.com/R/

See Also

*getThreshold() and *setThreshold(). For more information see Verbose.


[Package R.matlab version 1.0 Index]