vario.print {RGeostats}R Documentation

Print a Variogram.

Description

Prints the contents of an experimental vario-class, which may be calculated in several directions. It corresponds to the PRINT Method attached to the vario-class. It calls the function velem.print for each direction.

Usage

vario.print(x, ..., verbose=FALSE)

Arguments

x

The Variogram structure to be printed

...

Present by compatibility with the generic print function

verbose

Type of output:

  • FALSE Short output

  • TRUE Long output (including the lag values)

Value

The printout of the contents of the experimental Variogram


[Package RGeostats version 14.0.10 Index]