array3Dto2Dmat.stations | R Documentation |
Converts 3D arrays of the form [lon,lat,time] -not strictly in this order-, to 2D matrices of the form [time, grid-point], in this order. Mainly for PCA analysis.
array3Dto2Dmat.stations(array3D)
array3D |
A 3-dimensional array with longitude, latitude and time dimensions |
A 2-dimensional matrix with time in rows and grid-points in columns.
M. Iturbide
mat2Dto3Darray
, which performs the inverse operation
Other internal.helpers:
array3Dto2Dmat()
,
bindGrid.member()
,
bindGrid.spatial()
,
bindGrid.time()
,
grid3Dto2Dmatrix()
,
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.