sortDim.spatial | R Documentation |
Returns a grid with time sorted in ascending order. For internal use mainly,
the function is useful for instance when subsetting along time and binding with bindGrid.time
,
so the user does not need to worry about the ordering of the input.
sortDim.spatial(grid, dimension = c("y", "x"))
grid |
Input grid |
dimension |
longitude ("x") or latitude ("y") |
A grid fo similar characteristics, but with time dimension re-arranged in ascending ordered if needed.
M Iturbide
Other internal.helpers:
array3Dto2Dmat()
,
array3Dto2Dmat.stations()
,
bindGrid.member()
,
bindGrid.spatial()
,
bindGrid.time()
,
grid3Dto2Dmatrix()
,
mat2Dto3Darray.stations()
,
redim()
,
sortDim.time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.