vario.plot {RGeostats}R Documentation

Model multivariate graphic representation

Description

Performs the graphic representation of an experimental variogram for one or several directions (usually the ones for which some experimental variograms have been computed), for one or several variables.

Usage

vario.plot(x = NA, varcols=NA, varcols2=NA, maxnvar = 5,
	     add=FALSE, title=NA, reset=TRUE,...)

Arguments

x

The vario-class structure which gives the calculation directions and extensions.

varcols

List of the indices of the variables to be represented (along X-axis). If not specified, all the variables from 1 to 'maxnvar' are represented.

varcols2

List of the indices of the variables to be represented (along Y-axis). If not specified, the argument varcols is used instead.

maxnvar

Maximum number of figures to be represented. If set to -1, the whole set of variables are displayed.

add

When FALSE a new page is initialized before the graphic. Otherwise, the graphic is overlayed on the already existing page.

title

Title to be displayed (optional)

reset

When TRUE, the screen is erased before the variogram plot is performed.

...

Arguments passed to draw.vario or title.


[Package RGeostats version 14.0.10 Index]