clustMD outputProduces a parallel coordinates plot as parcoord in the MASS
library with some minor adjustments.
clustMDparcoord(
x,
col = 1,
xlabels = NULL,
lty = 1,
var.label = FALSE,
xlab = "",
ylab = "",
...
)A parallel coordinates plot is drawn with one line for each cluster.
a matrix or data frame who columns represent variables. Missing values are allowed.
a vector of colours, recycled as necessary for each observation.
a character vector of variable names for the x axis.
a vector of line types, recycled as necessary for each observation.
if TRUE, each variable's axis is labelled with maximum and minimum values.
label for the X axis.
label for the Y axis.
further graphics parameters which are passed to matplot.
Wegman, E. J. (1990) Hyperdimensional data analysis using parallel coordinates. Journal of the American Statistical Association 85, 664-675.
Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.