[R] ClustPlots part3

Mark Marques mmarques at power.inescn.pt
Thu Feb 20 17:29:03 CET 2003


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




More information about the R-help mailing list