View source: R/grid3Dto2Dmatrix.R
grid3Dto2Dmatrix | R Documentation |
Converts 3D grids of the form [time,lat,lon] to 2D matrices of the form [time, grid-point].
grid3Dto2Dmatrix(grid3D)
grid3D |
A 3-dimensional grid with longitude, latitude and time dimensions. |
Global attributes of the output matrix are provided for metadata description and spatiotemporal collocation.
A 2-dimensional matrix with time in rows and grid-points in columns.
J. Bedia
Other internal.helpers:
array3Dto2Dmat()
,
array3Dto2Dmat.stations()
,
bindGrid.member()
,
bindGrid.spatial()
,
bindGrid.time()
,
mat2Dto3Darray.stations()
,
redim()
,
sortDim.spatial()
,
sortDim.time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.