> "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>
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
2 matches
Mail list logo