setThreshold.Verbose
From R.utils v1.19.3
by Henrik Bengtsson
Sets verbose threshold
Sets verbose threshold. Output requests below this threshold will be ignored.
- Keywords
- methods, internal, programming
Usage
## S3 method for class 'Verbose':
setThreshold(this, threshold, ...)
Arguments
- threshold
- A
numeric
threshold. - ...
- Not used.
Value
- Returns old threshold.
See Also
*getThreshold()
and *isVisible()
.
For more information see Verbose
.
Community examples
Looks like there are no examples yet.