create_grid_3D {RIntaros}R Documentation

Create a 3-D Grid with a given mesh

Description

Create a 3-D Grid with a given mesh

Usage

create_grid_3D(dbin, long_lim = NA, lat_lim = NA, mesh, depth0, ndepth, ddepth)

Arguments

dbin

The db-class structure containing the IMR data. This file will be used to calculate the longitude and latitude offsets (if arguments 'long_lim' and 'lat_lim' have not been provided).

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

Value

A db-class organized as a regular 3-D grid.


[Package RIntaros version 1.1 Index]