simList and various filesR/saveLoadSimList.R, R/spades-core-deprecated.R
deprecated.RdzipSimList 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.
zipSimList(sim, zipfile, ..., outputs = TRUE, inputs = TRUE, cache = FALSE)
experiment(...)
experiment2(...)
POM(...)
simInitAndExperiment(...)
loadPackages(...)Either a simList or a character string of the name
of a simList that can be found in envir.
Using a character string will assign that object name to the saved
simList, so when it is recovered it will be given that name.
A character string indicating the filename for the zip file. Passed to zip.
Unused.
Logical. If TRUE, all files identified in
outputs(sim) will be included in the zip.
Logical. If TRUE, all files identified in
inputs(sim) will be included in the zip.
Logical. Not yet implemented. If TRUE, all files in cachePath(sim)
will be included in the archive.
Defaults to FALSE as this could be large, and may include many out of date elements.
See Details.