1. Home
  2. ASReml-R 4 Commands
  3. plot.varioGram – Plot a variogram

plot.varioGram – Plot a variogram

Description

plot.varioGram is 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.

Updated on August 8, 2018

Was this article helpful?

Related Articles