Image Plot of a 'dist' Object
image.dist.Rd
Image plot of a 'dist' object.
Usage
# S3 method for dist
image(x, grad, lab = TRUE, ...)
Arguments
- x
An object of class 'dist', not a similarity matrix.
- grad
Gradient to use for ordering the observations in
x
.- lab
Labels to use at the left axis, can be a character vector.
- ...
Other graphical parameters passed to
image
.