Description Usage Arguments Value Examples
Add datasets to a current miceDefs object. Adds the same number of iterations as other datasets.
1 |
miceObj |
A miceDefs object created by |
datasets |
The number of datasets to add. |
parallel |
Should the process run in parallel? This process will take advantage of any cluster
set up when |
verbose |
should progress be printed? |
... |
other parameters passed to |
an updated miceDefs object with additional datasets.
1 2 3 4 5 6 7 8 | data("sampleMiceDefs")
miceObj <- addDatasets(
sampleMiceDefs
, datasets = 1
, verbose = FALSE
, num.threads = 1
, num.trees=5
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.