isoStack {assignR}R Documentation

Stack isoscapes

Description

Combine multiple isoscapes into a single data object, including optional reconciliation of raster properties.

Usage

isoStack(..., clean = TRUE)

Arguments

...

Two or more SpatRaster 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 raster layers 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.

Value

Returns an object of class “isoStack”, a list containing the isoscapes objects in ... after any cleaning.

Examples

#stack H and Sr isoscapes
h_s = isoStack(d2h_lrNA, sr_MI)

[Package assignR version 2.4.0 Index]