On Fri, Mar 25, 2011 at 2:57 PM, wang peter wrote:
> 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(
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]]
__
2 matches
Mail list logo