display_stats {RIntaros}R Documentation

Display results of Statistics calculations

Description

Display results of Statistics calculations

Usage

display_stats(dbg, var = NA, var_scale = NA, title = NA, flag.mesh = TRUE,
              mesh = 1, flag.coast = TRUE, colors = rg.colors(),
	      filename = NA, ...)

Arguments

dbg

The db-class structure organized as a regular grid.

var

Name of the Target Variable

var_scale

Range of the Color scale

title

Title attached to the figure

flag.mesh

When TRUE, the grid mesh is overlaid

mesh

Mesh of the grid to be overlaid (only if 'flag.mesh'=TRUE)

flag.coast

When TRUE, the coast line is overlaid

colors

Set of colors used for graphic representation

filename

Name of the PNG file where the figure is saved. Tis is used only if the flag_file has been defined in the Intaros Environment. The resulting file is then stored in the Directory defined in the Intaros Environment.

...

Argument passed to display_grid_mesh and db.plot.

Value

Unused


[Package RIntaros version 1.1 Index]