Description Usage Arguments Details Examples
MergeResults is a utility function that allows to merge the output from separate simulations
using the same function and parameter grid.
1 | MergeResults(identifier, path)
|
identifier |
String that is common to the names of the files that are supposed to be merged. |
path |
String specifying the path to directory that contains the files. |
To merge two or more files with simulation results they have to be saved using save.
The identifier string has to be part of the name of all targeted files, but not part of the names of any
other files in the directory.
1 2 | out<-MergeResults(identifier="MonteCarloResults", path="C:/Users/")
summary(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.