display_grid_mesh {RIntaros}R Documentation

Display the Grid cells

Description

Display the Grid cells

Usage

display_grid_mesh(dbin, long_lim = NA, lat_lim = NA, mesh,
                  color = "lightgrey", ...)

Arguments

dbin

The db-class structure organized as a regular grid.

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

color

Color used for representing the grid cells

...

Argument passed to db.grid.plot.

Value

Unused


[Package RIntaros version 1.1 Index]