ScellpamSetDebug | R Documentation |
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...)
ScellpamSetDebug(deb = TRUE, debparpam = FALSE, debjmat = FALSE)
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 |
No return value, called for side effects (modification of internal variables)
ScellpamSetDebug(TRUE,debparpam=FALSE,debjmat=FALSE)
ScellpamSetDebug(TRUE,debparpam=TRUE,debjmat=FALSE)
ScellpamSetDebug(TRUE,debparpam=TRUE,debjmat=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.