bindGrid.time: Grid binding by time dimension

View source: R/bindGrid.R

bindGrid.timeR Documentation

Grid binding by time dimension

Description

Flexible binding of (spatially/member consistent) grids by their time dimension

Usage

bindGrid.time(..., 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.

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 De Felice, J Bedia

See Also

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


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