isVisible.Verbose {R.matlab} | R Documentation |
Checks if a certain verbose level will be shown or not.
## S3 method for class 'Verbose': isVisible(this, level, ...)
level |
A numeric value to be compared to the threshold. |
... |
Not used. |
Returns FALSE
, if given level is below current threshold, otherwise
FALSE
.
Henrik Bengtsson http://www.braju.com/R/
*getThreshold()
and *setThreshold()
.
For more information see Verbose
.