Learn R Programming

pgirmess (version 1.3.8)

plot.variogenv: 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

See Also

variogenv

Examples

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

Run the code above in your browser using DataLab