varioGram {asreml}R Documentation

Empirical variogram method.

Description

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


[Package asreml version 4.1.0.106 Index]