cbindSimulations: Combine plumes of Simulations objects with coinciding...

Description Usage Arguments Value Author(s) Examples

View source: R/cbindSimulations.R

Description

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.

Usage

1
cbindSimulations(..., nameSave = NA, overwrite = FALSE)

Arguments

...

Simulations

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 nameSave may be overwritten

Value

A Simulations object; if it is too big to keep in memory, it is saved in a file in nameSave.

Author(s)

Kristina B. Helle, kristina.helle@uni-muenster.de

Examples

1
2
3
4
5
6
data(SimulationsSmall) 
## Not run: 
## may create file
SimulationsSmall2 = cbindSimulations(SimulationsSmall, SimulationsSmall)

## End(Not run)

sensors4plumes documentation built on May 1, 2019, 10:27 p.m.