Last chance! 50% off unlimited learning
Sale ends in
clPairs(data, classification, symbols, colors, labels=dimnames(data)[[2]],
CEX=1, ...)
data
.classification
. Elements in symbols
correspond to classes in order of appearance in the sequence of
observations (the order useclassification
. Elements in colors
correspond to classes in order of appearance in the sequence of
observations (the order used by the fudata
.data
are
created on the current graphics device. Observations of different
classifications are labeled with different symbols.pairs
,
coordProj
,
mclustOptions
clPairs(iris[,-5], cl=iris[,5], symbols=as.character(1:3))
Run the code above in your browser using DataLab