Description Usage Arguments Value
View source: R/nc4_relevents.R
Make the table-like data to grid-like data. For example, an arrray has three dimensions, station, height and time. Then it transfrom the data into a four dimensions data, with longitude, latitude, height and time as dimensions. If the original data is a 2d data (grid and time) then it would turn it to a 3d array. the coordinates of the grids must be grid-like.
1 |
arr |
The array of the data to be transform. |
x, y |
Coordinates of the grids. |
y |
Coordinates of the y dimension. |
csize |
Cell size of the grids. |
dimpnt |
Site of the dimension difine the location of grids. |
An list, including the array tranformed, and the corresponding coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.