legend.vario {RGeostats}R Documentation

Variogram Model Legend

Description

Draw the Legend for experimental Variograms and Model

Usage

legend.vario(vario=NA, ndir=1, flag.point=FALSE, flag.line=FALSE,
	    pch = 1, lty = 1, col = 1, lwd = 1, flag.angle=TRUE,
            position="bottomleft", type=NA, drawit=TRUE, ...)

Arguments

vario

A vario-class optional element. When present, the legend displays the angles of the direction; otherwise, only the rank of the direction is produced.

ndir

Number of directions to be represented.

flag.point

When TRUE, represent each variogram lag by a symbol

flag.line

When TRUE, represent the variogram by a line

pch

Array giving the symbol used for representing the pairs in each direction.

lty

Array giving the line style used for representing the experimental variogram and the model in each direction.

col

Array giving the color used for representing the lines or symbols of the experimental variogram and the model in each direction.

lwd

Array giving the line width used for representing the experimental variogram or the model in each direction

flag.angle

When TRUE, the legend printout display rotation angles. Note that this argument is useless if the variogram is calculaed in 1-D; there is one angle for a 2-D case and 2 angles for a 3-D case. When FALSE, the legend displays the direction vector.

position

Location of the top-left corner of the legend.

type

When this argument is defined, it defines the type of graphic representation. It can be one of the following "p", "o", "b" or "l".

drawit

When TRUE, the legend is actually represented. Otherwise, this legend function can simply be called to return the arguments from the internal standard legend function (see legend for details).

...

Arguments passed to the function legend.


[Package RGeostats version 14.0.10 Index]