Learn R Programming

pgirmess (version 1.2.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,type,main,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
type
1-character string giving the type of plot desired. See plot.default
main
a main title for the plot
xlab
a label for the x axis
ylab
a 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