Learn R Programming

R.matlab (version 1.0.2)

Verbose: Class for detailed verbose output with various details

Description

Package: R.matlab Class Verbose Object ~~| ~~+--Verbose Directly known subclasses: public static class Verbose extends Object

Usage

Verbose(threshold=0)

Arguments

threshold
A threshold that the level argument of any write method has to be equal to or larger than in order to the message being written. Thus, the lower the threshold is the more and more details will be outputted.

Details

Class for detailed verbose output with various details.