Re: [R] to draw a too big clutering picture

2011-03-25 Thread Peter Langfelder
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(

[R] to draw a too big clutering picture

2011-03-25 Thread wang peter
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]] __