Plot a Variogram Cloud

DESCRIPTION:

Display variogram cloud object.

USAGE:

plot.vgram.cloud(x, ...) 

REQUIRED ARGUMENTS:

x
an object of class "vgram.cloud". Graphical parameters may also be supplied as arguments to this function (see ).

SIDE EFFECTS:

a plot is produced on the current graphics device.

DETAILS:

This function is a method for the generic function for class vgram.cloud. It can be invoked by calling for an object x of the appropriate class, or directly by calling regardless of the class of the object.

SEE ALSO:

, .

EXAMPLES:

v1 <- variogram.cloud(coal ~ x + y, data=coal.ash) 
plot(v1)