JMatrixSetDebug {jmatrix}R Documentation

JMatrixSetDebug

Description

Sets debugging in jmatrix package to ON (with TRUE) or OFF (with FALSE).
On package load the default status is OFF.
Setting debugging to ON shows a message. Setting to OFF does not show anything (since debugging is OFF...)

Usage

JMatrixSetDebug(deb = TRUE)

Arguments

deb

boolean, TRUE to generate debug messages and FALSE to turn them off. Default: true

Value

No return value, called for side effects (internal boolean flag changed)

Examples

JMatrixSetDebug(TRUE)
JMatrixSetDebug(FALSE)

[Package jmatrix version 1.5.2 Index]