grid3Dto2Dmatrix: Conversion of a 3D grid to a 2D matrix

View source: R/grid3Dto2Dmatrix.R

grid3Dto2DmatrixR Documentation

Conversion of a 3D grid to a 2D matrix

Description

Converts 3D grids of the form [time,lat,lon] to 2D matrices of the form [time, grid-point].

Usage

grid3Dto2Dmatrix(grid3D)

Arguments

grid3D

A 3-dimensional grid with longitude, latitude and time dimensions.

Details

Global attributes of the output matrix are provided for metadata description and spatiotemporal collocation.

Value

A 2-dimensional matrix with time in rows and grid-points in columns.

Author(s)

J. Bedia

See Also

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


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