# NOT RUN {
data(Ring)
# data matrix
ring <- Ring$ring
# 'true' cluster membership
ring.mem <- Ring$ring.mem
# 'true' number of clusters
nClust <- length(unique(ring.mem))
# scatter plots
plotClusters(ring, ring.mem)
# }
Run the code above in your browser using DataLab