[R] Font size R

Uwe Ligges ligges at statistik.tu-dortmund.de
Tue Aug 16 15:28:08 CEST 2011



On 16.08.2011 14:33, Filoche wrote:
> Thank you for your answer.
>
> According to the help, they are suggesting to use "layout" which I did.

You have more control over the splitting, but the default reduction for 
"cex" still applies.

I wonder: Why are you not resetting par("cex") to 1 before proceeding?

Best,
Uwe Ligges




> However, font size is still reduced by the same factor.
>
> Here's my code:
>
> pdf(file="Fig5.pdf", width = 4.86, height = 6.29, family ='Times')
> nf = layout(matrix(c(1:4), 2, 2, byrow = TRUE))
> par(ps = 22)
> hist( rnorm(100) )
> hist( rnorm(100) )
> hist( rnorm(100) )
> hist( rnorm(100) )
> dev.off()
>
>
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Font-size-R-tp3745762p3747069.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> 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.



More information about the R-help mailing list