changing default character size depending on settings for mfcol: How to scale font consistently?
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