addDatasets | R Documentation |
Add datasets to a current miceDefs object. Adds the same number of iterations as other datasets.
addDatasets(miceObj, datasets = 3, parallel = FALSE, verbose = TRUE, ...)
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.
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.