legend.vario {RGeoS}R Documentation

Variogram Model Legend

Description

Draw the Legend for experimental Variograms and Model

Usage

legend.vario(vario, npairpt = 0, npairdw = 0, 
pch = NA, lty = NA, col = NA, lwd = NA, ...)

Arguments

vario

The vario-class Class which contains the experimental variogram

npairpt

When TRUE, draw the symbol which represents the variogram pairs

npairdw

When TRUE, draw the line representing the experimental variogram of the model

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

...

Arguments passed to the Splus functions text() and points()


[Package RGeoS version 9.1.1 Index]