Description Usage Arguments Value Author(s) Examples
ReadSetting
parses the settings file used for a simulation run using Conjunction software and converts it to a data.frame object.
1 | ReadSetting(InputFile = "./setting.txt")
|
Inputfile |
A string of characters indicating the settings file to be parsed. If no file is specified via InputFile, |
A data.frame object, featuring information about the settings used in the simulation run in a R-friendly format.
Kamil Jaron kamiljaron at gmail.com
1 2 3 | {
myReadSetting = ReadSetting(InputFile='./mysetting.txt')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.