Displaying 2 results from an estimated 2 matches for "elmat".
Did you mean:
elmar
2007 Feb 18
0
heatmap row cell size
...are so wide that you can't
see the dendrogram while seeing the labels. I would like to try to have a
tall, skinny heatmap with row labels big enough to read.
I was able to get closer to what I want with this command...
jpeg(file = "view_heat.jpg",width = 4000, height = 6000)
heatmap(elmat,col= brewer.pal(9,"PuOr"), cexCol = .8, margin = c(.01,130)) #
dev.off()
but it only uses a quarter of the jpeg and it is still really hard to see
both the dendrogram on the left and read the labels on the right. Is there a
way I can set the actual width and height of the cells so I can...
2007 Feb 18
0
r-help@stat.math.ethz.ch
...are so wide that you can't see the dendrogram while seeing the
labels. I would like to try to have a tall, skinny heatmap with row
labels big enough to read.
I was able to get closer to what I want with this command...
jpeg(file = "view_heat.jpg",width = 4000, height = 6000)
heatmap(elmat,col= brewer.pal(9,"PuOr"), cexCol = .8, margin = c(.01,130)) #
dev.off()
but it only uses a quarter of the jpeg and it is still really hard to
see both the dendrogram on the left and read the labels on the right.
Is there a way I can set the actual width and height of the cells so I
can...