logLevel {futile} | R Documentation |
Gets or sets the current log level. Applications can use this to determine how much logging should be output.
Gets or sets the current plotting state. When FALSE, applications should not plot any data.
logLevel(new.level = NULL) usePlots(new.val = NULL)
new.level |
The new log level. Typically a value between 0 (none) and 9 (most verbose) is used. If omitted, this will display the current log level. |
new.val |
The value to replace the current value with. If omitted, this will display the current value. |
The current value of the setting.
Brian Lee Yung Rowe
logLevel(3) logLevel() usePlots()