.knownDotParams {SpaDES.core} | R Documentation |
Reserved module parameter names
Description
These are common parameter names that are reserved for specific use within modules.
Usage
.knownDotParams
Format
An object of class character
of length 7.
Details
-
.plotInitialTime
: the initial time for plotting; -
.plotInterval
: the interval between plots; -
.plots
: the types of plots to create (seetypes
argument inPlots()
); -
.saveInitialTime
: the initial time for saving; -
.saveInterval
: the interval between saves; -
.useCache
: whether to use caching, or which events to cache; -
.useParallel
: whether to use parallel processing, or the number of parallel cores to use;
[Package SpaDES.core version 2.1.0 Index]