Re: [R] plot.hclust with lots of objects

2008-11-08 Thread Martin Maechler
> "TP" == Thomas Petzoldt <[EMAIL PROTECTED]> > on Sat, 08 Nov 2008 11:11:30 +0100 writes: TP> Hi Paul, one possibility: write the tree to a wide pdf TP> file and then zoom and scroll using Adobe Acrobat or TP> another PDF reader. Here is a tree with 1000 objects: TP>

Re: [R] plot.hclust with lots of objects

2008-11-08 Thread Thomas Petzoldt
Hi Paul, one possibility: write the tree to a wide pdf file and then zoom and scroll using Adobe Acrobat or another PDF reader. Here is a tree with 1000 objects: x <- matrix(rnorm(3000), nrow=1000) hc <- hclust(dist(x)) pdf("tree.pdf", width=150) plot(hc) dev.off() Thomas P. paul murima w