| varioGram {asreml} | R Documentation |
Empirical variogram constructor method
Description
Function that calculates the empirical variogram from an asreml object.
The available method is for asreml class objects.
Usage
varioGram(object, ...)
Arguments
object |
An object of class |
... |
Arguments to |
Details
Calls asr_varioGram to calculate the empirical
semi-variogram.
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
[Package asreml version 4.2.0.480 Index]