create_grid_2D {RIntaros}R Documentation

Create a 2-D Grid with a given mesh

Description

Create a 2-D Grid with a given mesh

Usage

create_grid_2D(dbin, long_lim = NA, lat_lim = NA, mesh = 1)

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 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).

Value

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


[Package RIntaros version 1.1 Index]