Description Usage Arguments Details Value Examples
View source: R/SpecifyPipeline.R
The text file should be organized as follows 1. Any text after a comment symbol # will be ignored 2. Control parameter names should be on their own line 3. Parameter values should be on the following line. If multiple parameter values are needed they should be separated by white space but on the same line
1 | readControlFile(fileName, parmNames)
|
fileName |
The name of the text file to be read. Must include the path to the file |
parmNames |
A string vector with the names of the control parameters that will be searched in the text file |
Call this function before beginning the simulation
A named list of the parameter values read from the control file
1 | params <- readControlFile("./inputDir/ctrlFile.txt", c("nStages", "nParents", "nCrosses"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.