.distPlot: Draw a Distance Plot
Description
Internal function.
Usage
.distPlot(spectra, M, method, ...)
Value
None. Side effect is a plot.
Arguments
- spectra
An object of S3 class ChemoSpec::Spectra()
or ChemoSpec2D::Spectra2D()
.
- M
Matrix of class dist
containing the distances.
- method
String. The distance method used to create the matrix.
- ...
Parameters to be passed to the plotting routines. Applies to base graphics only.
Author
Bryan A. Hanson (DePauw University).