powered by
Checks if a certain verbose level will be shown or not.
# S3 method for Verbose isVisible(this, level=this$defaultLevel, ...)
Returns TRUE, if given level is greater than (not equal to) the current threshold, otherwise FALSE is returned.
TRUE
FALSE
A numeric value to be compared to the threshold.
numeric
Not used.
Henrik Bengtsson
*getThreshold() and *setThreshold(). For more information see Verbose.
*getThreshold()
*setThreshold()
Verbose