plot.variogenv {pgirmess}R Documentation

Plots empirical variogram and its envelop

Description

Plots empirical variogram and its randomized envelop from the output of the function 'variogenv'

Usage


## S3 method for class 'variogenv':
plot(x, txt=TRUE,txtcex=0.6,ylab,xlab,...)

Arguments

x an object of the class "variogenv"', typically an output of the function 'variogenv'
txt if TRUE (default), the number of paired points in each bin is displayed
txtcex character size expansion for txt
xlab label for the x axis
ylab label for the y axis
... further arguments to be passed

Author(s)

Patrick Giraudoux, patrick.giraudoux@univ-fcomte.fr

See Also

variogenv

Examples

library(gstat)
data(meuse)
myvar<-variogenv(log(zinc)~1, loc=~x+y, meuse)
plot(myvar)


[Package pgirmess version 1.3.8 Index]