plot.varioGram {asreml}R Documentation

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

scale

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

...

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

Value

An invisible lattice object.


[Package asreml version 4.1.0.106 Index]