create_grid_3D {RIntaros} | R Documentation |
Create a 3-D Grid with a given mesh
create_grid_3D(dbin, long_lim = NA, lat_lim = NA, mesh, depth0, ndepth, ddepth)
dbin |
The |
long_lim |
A pair of longitude values giveing the offset along the Longitude axis. If not provided, this offset is derived from the IMR data. |
lat_lim |
A pair of latitude values giveing 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). |
depth0 |
Origin of the grid along Depth |
ndepth |
Number of grid mesh along Depth |
ddepth |
Value of the grid mesh along Depth |
A db-class
organized as a regular 3-D grid.