| zipSimList {SpaDES.core} | R Documentation |
Zip a simList and various files
Description
zipSimList will save the simList and file-backed Raster* objects, plus,
optionally, files identified in outputs(sim) and inputs(sim).
This uses Copy under the hood, to not affect the original simList.
These functions have been moved to other packages.
Usage
zipSimList(sim, zipfile, ..., outputs = TRUE, inputs = TRUE, cache = FALSE)
experiment(...)
experiment2(...)
POM(...)
simInitAndExperiment(...)
loadPackages(...)
Arguments
sim |
Either a |
zipfile |
A character string indicating the filename for the zip file. Passed to |
... |
Unused. |
outputs |
Logical. If |
inputs |
Logical. If |
cache |
Logical. Not yet implemented. If |