Re: [R] plot.dendrogram() plot margins

2010-11-16 Thread Uwe Ligges
On 15.11.2010 18:35, francois fauteux wrote: Hello, Is it possible to remove those extra margins on the "sample" axis from plot.dendrogram: par(oma=c(0,0,0,0),mar=c(0,0,0,0)) ddr<-as.dendrogram(hclust(dist(matrix(sample(1:1000,200),nrow=100 stats:::plot.dendrogram(ddr,horiz=F,axes=F,yaxs=

[R] plot.dendrogram() plot margins

2010-11-15 Thread francois fauteux
Hello, Is it possible to remove those extra margins on the "sample" axis from plot.dendrogram: par(oma=c(0,0,0,0),mar=c(0,0,0,0)) ddr<-as.dendrogram(hclust(dist(matrix(sample(1:1000,200),nrow=100 stats:::plot.dendrogram(ddr,horiz=F,axes=F,yaxs="i",leaflab="none") vs. stats:::plot.dendrogram