Skip to content
Back to formatted view

Raw Message

Message-ID: <4D413F9D.5000502@statistik.tu-dortmund.de>
Date: 2011-01-27T09:49:17Z
From: Uwe Ligges
Subject: how to resize heatmap without rescaling?
In-Reply-To: <AANLkTim6Zm_Ytb5Zk-TvoH9RAn0QX1Gbz8qf_G__B+mo@mail.gmail.com>

See ?par and its argument "mar".

Uwe Ligges


On 25.01.2011 05:00, Anton Kratz wrote:
> I am using R version 2.12.1 on Win XP.
>
> I have done a heatmap with dendrogram using the heatmap.2 function.
>
> The heatmap basically looks like I want it to be, but the labels of the
> columns are cut off.
>
> I.e. the textual labels of the columns, although they are not very long
> (less than 12 characters), do not fit into the window and can not be read
> entirely.
>
> If I manually resize the graphics window, the entire heatmap is rescaled, so
> this doesn't help at all.
>
> How can I change the output size so that I can read the labels in full?
> (final goal is PNG and PDF).
>
> Thanks.
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.