powered by
Image plot of a 'dist' object.
# S3 method for dist image(x, grad, lab = TRUE, ...)
Creates an image plot as a side effect.
Invisibly returns plotted values.
An object of class 'dist', not a similarity matrix.
Gradient to use for ordering the observations in x.
x
Labels to use at the left axis, can be a character vector.
Other graphical parameters passed to image.
image
Peter Solymos <solymos@ualberta.ca>
data(dol.count, dol.samp) m <- mefa(stcs(dol.count), dol.samp) d <- dist(m$xtab) g <- with(m$samp, interaction(microhab, method)) image(d)
Run the code above in your browser using DataLab