i did clustering on a data with 497 rows and  71 columns
but the result picture is too big to display
how can i display it partly
this is the code:
x<-read.table("x",sep=",")
dim(x)
library(cluster)
t<-agnes(x)
par(ask=T)
plot(t)

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to