I am using the library(cluster), and (mva)
Clustering function clara()
sometihng like this:
cdata <- clara(vdata,6)
plot(cdata)
savePlot(filename="c:\\clara1",type=c("png"),2)
But for my surprise the after the plot I get :
"Hit <Return> to see next plot:"
if i do something like :
plot(cdata,3)
I get:
Make a plot selection (or 0 to exit):
1:plot All
2:plot Clusplot
3:plot Silhouette Plot
Selection:
As far I know calling plot is using clusPlot() by reading the
"clara" object.
How can I avoid that interaction ?
Thanks in advance
______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help