display_var {RIntaros}R Documentation

Display the IMR variable

Description

Display the IMR variable

Usage

display_var(dbin, var = NA, var_scale = NA, title = NA, flag.mesh = TRUE,
            mesh = 1, flag.xvalid = FALSE, flag.coast = TRUE,
	    colors = rg.colors(), filename = NA, ...)

Arguments

dbin

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

When TRUE, the target variable represents the standardized cross-validation error. A colored symbol is posted representing its absolute value. Otherwise, the colored symbol is proportional to its value.

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]