ScellpamSetDebug {scellpam}R Documentation

ScellpamSetDebug

Description

Sets debugging in scellpam package to ON (with TRUE) or OFF (with FALSE) for several parts of it.
On package load the default status is OFF.
Setting debugging of any part to ON shows a message. Setting to OFF does not show anything (since debugging is OFF...)

Usage

ScellpamSetDebug(deb = TRUE, debparpam = FALSE, debjmat = FALSE)

Arguments

deb

boolean, TRUE to generate debug messages for the scellpam (biological part) of this package and FALSE to turn them off. Default: true

debparpam

boolean, TRUE to generate debug messages for the parallel PAM part inside this package and FALSE to turn them off. Default: false

debjmat

boolean, TRUE to generate debug messages for the jmatrix part inside this package and FALSE to turn them off. Default: false

Value

No return value, called for side effects (modification of internal variables)

Examples

ScellpamSetDebug(TRUE,debparpam=FALSE,debjmat=FALSE)
ScellpamSetDebug(TRUE,debparpam=TRUE,debjmat=FALSE)
ScellpamSetDebug(TRUE,debparpam=TRUE,debjmat=TRUE)

[Package scellpam version 1.4.5 Index]