bindGrid.spatial: Grid binding by spatial dimension

View source: R/bindGrid.R

bindGrid.spatialR Documentation

Grid binding by spatial dimension

Description

Flexible binding of (spatially/member consistent) grids by their longitude or latitude dimension

Usage

bindGrid.spatial(..., dimn, tol)

Arguments

...

Input grids to bind by their time dimension. These must be compatible in members and space (see details). For flexibility, they can be introduced as a list or directly as consecutive arguments.

dimn

latitude ("lat") or longitude ("lon")

tol

numeric. Coordinate differences smaller than spatial.tolerance will be considered equal coordinates. Default to 0.001 –assuming that degrees are being used it seems a reasonable rounding error after interpolation–. This value is passed to the identical function to check for spatial consistency of the input grids.

Author(s)

M Iturbide

See Also

Other internal.helpers: array3Dto2Dmat.stations(), array3Dto2Dmat(), bindGrid.member(), bindGrid.time(), grid3Dto2Dmatrix(), mat2Dto3Darray.stations(), redim(), sortDim.spatial(), sortDim.time()


SantanderMetGroup/transformeR documentation built on Oct. 28, 2023, 5:26 a.m.