Learn R Programming

R.matlab (version 1.0.2)

isVisible.Verbose: 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}(this, level, ...)':
isVisibleundefined

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

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

 [object Object]

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

 programming

Arguments