Combine multiple isoscapes into a single data object, including optional reconciliation of raster properties.
Usage
isoStack(..., clean = TRUE)
Value
Returns an object of class “isoStack”, a list containing the isoscapes objects in ... after any cleaning.
Arguments
...
Two or more RasterStack or RasterBrick isoscapes, each with two layers, or rescale objects as produced by calRaster. For objects other than rescale, the first layer in each should contain the tissue-specific isoscape and the second the isoscape prediction uncertainty (1 standard deviation).
clean
logical. Reconcile differences in raster properties within ...?
Details
If clean = TRUE all rasters are projected to the projection of the first object in ... and then resampled to the highest spatial resolution and smallest common spatial extent within .... Finally, cells containing NA in any layer within ... are masked across all layers.
If clean = FALSE any differences in raster properties between isoscapes will produce an error.