Displaying 2 results from an estimated 2 matches for "view_heat".
2007 Feb 18
0
heatmap row cell size
...om in,
and even then it's hard to read and the cells 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 s...
2007 Feb 18
0
r-help@stat.math.ethz.ch
...om in, and even then it's hard to read and the
cells 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 s...