display_result {RIntaros}R Documentation

Display the results of an interpolation

Description

Display the results of an interpolation

Usage

display_result(dbin = NA, dbg, var = NA, depth, var_scale = NA,
               flag.estim = TRUE, flag.coast = TRUE,
	       colors = rg.colors(), filename = NA, ...)

Arguments

dbin

The db-class structure organized containing the IMR information.

dbg

The db-class structure organized as a regular grid which contains the estimation results

var

Name of the Target Variable

depth

Value of the estimation depth (used for building the title)

var_scale

Limits defined for the color scale attached to the Target Variable

flag.estim

When TRUE, the estimation variable is displayed. When FALSE, the standard deviation of the estimation error is displayed.

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 db.plot.

Value

Unused


[Package RIntaros version 1.1 Index]