1. Home
  2. ASReml-R 4 Commands
  3. varioGram – Empirical variogram method

varioGram – Empirical variogram method

Description

VarioGram is a generic function to calculate an empirical variogram. The available method is for asreml class objects.

Usage

varioGram(object, ...)

Arguments
object An object of class asreml.
... Arguments to varioGram.asreml
Value
A data frame including the following components:
x The original x coordinates.
y The original y coordinates.
gamma The variogram estimate.
distance The average distance for pairs in the lag.
np The number of pairs in the lag.
angle Direction if not a regular grid.
See Also

varioGram.asreml

Updated on June 22, 2021

Was this article helpful?

Related Articles