plot.varioGram {asreml}R Documentation

Plot an empirical variogram

Description

A plot method for varioGram objects returned from a call to varioGram.asreml.

Usage

## S3 method for class 'varioGram'
plot(x, npanels = NA, scale = TRUE, ...)

Arguments

x

An asreml object.

npanels

The number of lattice panels. If NA, it is set to the number of groups in the object (default = NA).

scale

If TRUE and there are multiple groups in the object, the response in all groups is scaled relative to the maximum (default = TRUE).

...

Arguments to be passed to the lattice functions xyplot or wireframe.

Value

An invisible lattice object.


[Package asreml version 4.2.0.480 Index]