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. |