plot.variogenv {pgirmess} | R Documentation |
Plots empirical variogram and its randomized envelop from the output of the function 'variogenv'
## S3 method for class 'variogenv': plot(x, txt=TRUE,txtcex=0.6,ylab,xlab,...)
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 |
Patrick Giraudoux, patrick.giraudoux@univ-fcomte.fr
library(gstat) data(meuse) myvar<-variogenv(log(zinc)~1, loc=~x+y, meuse) plot(myvar)