Displaying 3 results from an estimated 3 matches for "cellheight".
2012 Jul 17
2
Table/Frame - output
I would like to output a nicely formatted data frame to a bitmap.
Is this possible in R?
--
View this message in context: http://r.789695.n4.nabble.com/Table-Frame-output-tp4636790.html
Sent from the R help mailing list archive at Nabble.com.
2017 Sep 18
2
pheatmap: incomplete figure
...the column labels appear very crowded, I tried to increase the cellwidth to stretch the graph horizontally. The idea was to show the graph section by section, but with clear/readable column labels (not overlapped labels).
So I typed:
> pheatmap(tf.vs.DE.1.removeAllZeroCol, fontsize=3,cellwidth=3,cellheight=3,border_color=NA)
However, this time I only got middle part of the original heatmap (as attached Fig 2)
I wonder if there is way I could output the whole graph after such horizontal stretch. If not, how do I get the left end of the graph.
Thank you very much for any inputs!
Kind regards,
Ace
-----...
2017 Sep 18
0
pheatmap: incomplete figure
...n labels appear very crowded, I tried to increase the cellwidth to stretch the graph horizontally. The idea was to show the graph section by section, but with clear/readable column labels (not overlapped labels).
> So I typed:
>> pheatmap(tf.vs.DE.1.removeAllZeroCol, fontsize=3,cellwidth=3,cellheight=3,border_color=NA)
> However, this time I only got middle part of the original heatmap (as attached Fig 2)
> I wonder if there is way I could output the whole graph after such horizontal stretch. If not, how do I get the left end of the graph.
>
Why not define a graphics device that is w...