This funcion produces a plot of an object of class geofd which contains...
# S3 method for geofd
plot(x, emp.trace.vari=x$emp.trace.vari,
trace.vari.array=x$trace.vari.array,
colors=rainbow(length(trace.vari.array)), …)
a list containing elements emp.trace.vari
and trace.vari.array
described below. Typically an object of the class "geofd"
. If not provided the arguments emp.trace.vari
and trace.vari.array
must be provided instead.
empirical trace-variogram.
vector of variogram models.
a character vector of color names used to plot each variogram model. Dimensions must be the same of trace.vari.array
.
graphical arguments to be passed to plot
.