Re: [R] Font size R

2011-08-16 Thread Filoche
Thank you sir for your help. I'll try to reset cex =1. Regards, Phil -- View this message in context: http://r.789695.n4.nabble.com/Font-size-R-tp3745762p3747271.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org m

Re: [R] Font size R

2011-08-16 Thread Uwe Ligges
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 pr

Re: [R] Font size R

2011-08-16 Thread Filoche
Thank you for your answer. According to the help, they are suggesting to use "layout" which I did. 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 =

Re: [R] Font size R

2011-08-16 Thread Uwe Ligges
On 15.08.2011 23:31, Filoche wrote: Hi everyone. I'm using this following code: pdf(file="Fig5.pdf", width = 4.86, height = 6.29, pointsize = 10, family ='Times') par(mfcol = c(3,2), mai = c(0.4,0.8,0,0), omi = c(0.7, 0, 0.7, 0.1)); hist( rnorm(100) ) dev.off() When I open this in any vector

[R] Font size R

2011-08-15 Thread Filoche
Hi everyone. I'm using this following code: pdf(file="Fig5.pdf", width = 4.86, height = 6.29, pointsize = 10, family ='Times') par(mfcol = c(3,2), mai = c(0.4,0.8,0,0), omi = c(0.7, 0, 0.7, 0.1)); hist( rnorm(100) ) dev.off() When I open this in any vectorial software (like Illustrator), it say