Description Usage Arguments Value Author(s) Examples
cbind-like method for Simulations: if locations are the same and the names of plumes and the layer names of the values coincide, the plumes of two or more Simulations can be combined by combining the values of the plumes slot and of the values slot.
1 | cbind.Simulations(..., nameSave = NA, overwrite = FALSE)
|
... |
|
nameSave |
name to save resulting raster files in case they are too big to keep in memory and then contain the final data, files are created by appending names to it, starting with |
overwrite |
if files at |
A Simulations object; if it is too big to keep in memory, it is saved in a file in nameSave.
Kristina B. Helle, kristina.helle@uni-muenster.de
1 2 3 4 5 6 | data(SimulationsSmall)
## Not run:
## may create file
SimulationsSmall2 = cbind.Simulations(SimulationsSmall, SimulationsSmall)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.