Description Usage Arguments Value Author(s) See Also Examples
Get the name of the file used for logging.
1 2 | ## S3 method for class 'PhyloSim'
getLogFile(this, ...)
|
this |
A PhyloSim object. |
... |
Not used. |
A character vector of length one.
Botond Sipos, Gregory Jordan
For more information see PhyloSim
.
1 2 3 4 5 6 7 8 9 10 11 | # Create a PhyloSim object
sim<-PhyloSim();
# get the name of the log file
getLogFile(sim)
# modify log file name
setLogFile(sim,"OldLog.txt")
# get/set log file name via virtual field
sim$logFile
sim$logFile<-"NewLog"
sim$logFile
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.