Displaying 2 results from an estimated 2 matches for "clustplot".
Did you mean:
clusplot
2003 Feb 20
0
ClustPlot question
Hi... Being new to this mailing list I have small question to make.
I am using R in Windows.
I have several clust plots to make but each time I call "plot" it
stops asking for a "graph type". How can I disable that kind of
interaction ?
For each plot I am using the "savePlot" function, is there any
other way of exporting the above plots ?
2003 Feb 21
1
Help Var passing in function
First thanks to the fast answer regarding the "Clustplot problem"...
Regarding a new problem:
for (i in 1:5)
{
z <- clara(adata, i)
plot(z)
}
in the above code in the plot screen I get something like:
clusplot(clara(x=adata,i)) in title
in the 2nd type of plot I get
silhouete plot of clara(x=adata,k=i,samples=50)...