Skip to content
Back to formatted view

Raw Message

Message-ID: <4AEA12F7.3000809@bitwrit.com.au>
Date: 2009-10-29T22:11:03Z
From: Jim Lemon
Subject: changing default character size depending on settings for mfcol: How to scale font consistently?
In-Reply-To: <4AE9734D.1050503@supagro.inra.fr>

On 10/29/2009 09:49 PM, Kim MILFERSTEDT wrote:
> ...
> My question is, how do I find out the current default for character 
> size so that I can calculate an appropriate scaling factor? Or are 
> there any better alternatives?
>
Hi Kim,
You can get the current scaling with:

par("cex")

Jim