sysByMethods | R Documentation |
If threads > 1 and the doMC package has been installed, multiple processes will be executed at the same time.
sysBySample
the function is called splitting
the experiment into sample/s.
sysByRun
the function is called splitting
the experiment into run/s.
sysByFct
the function is called splitting
the experiment according to the factor provided.
sysByAll
the function is called using all files
as input/output.
sysByFile
the function is called on each
file separately.
sysBySample(obj, cmd, ..., stdout = "", stderr = "", thread = 1) sysByRun(obj, cmd, ..., stdout = "", stderr = "", thread = 1) sysByFct(obj, cmd, by, ..., stdout = "", stderr = "", thread = 1) sysByAll(obj, cmd, ..., stdout = "", stderr = "", thread = 1) sysByFile(obj, cmd, ..., stdout = "", stderr = "", thread = 1)
obj |
Experiment |
cmd |
character, a system command |
... |
argument/s to the command |
stdout |
passed to stdout of system2 |
stderr |
passed to stderr of system2 |
thread |
integer, the number of parallel process to execute |
by |
factor, the experiment will be spitted according to this factor |
a list of objects returned by the function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.