Description Usage Arguments Value Author(s) See Also Examples
Get the log level from a PhyloSim object.
1 2 | ## S3 method for class 'PhyloSim'
getLogLevel(this, ...)
|
this |
A PhyloSim object. |
... |
Not used. |
The log level as an integer vector of length one.
Botond Sipos, Gregory Jordan
setLogLevel PhyloSim
1 2 3 4 5 6 7 8 9 10 11 | # Create a PhyloSim object
sim<-PhyloSim();
# get/set log level
getLogLevel(sim)
setLogLevel(sim,0)
# set/get log level via virtual field
sim$logLevel<- -1
sim$logLevel
# clean up
unlink(sim$logFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.