create_grid_2D {RIntaros} | R Documentation |
Create a 2-D Grid with a given mesh
create_grid_2D(dbin, long_lim = NA, lat_lim = NA, mesh = 1)
dbin |
The |
long_lim |
A pair of longitude values giving the offset along the Longitude axis. If not provided, this offset is derived from the IMR data. |
lat_lim |
A pair of latitude values giving the offset along the Longitude axis. If not provided, this offset is derived from the IMR data. |
mesh |
Mesh of the grid (same for longitude and latitude). |
A db-class
organized as a regular 2-D grid.