On Friday 09 September 2005 13:03, Christophe Declercq wrote:
> Adrian,
> 1 inch = 2.54 cm
>
> So you could try what I do for that
>
> > X11(width=10/2.54, height=5/2.54)
>
> Or
>
> > cm2in<-function(x) x/2.54
> > X11(width=cm2in(10), height=cm2in(5))
>
> HTH
>
> Christophe

Thank you Cristophe,

This solves it. I also thought about transforming, but I was curious if 
there's an already built in argument.

Best,
Adrian

-- 
Adrian Dusa
Romanian Social Data Archive
1, Schitu Magureanu Bd
050025 Bucharest
Romania
Tel./Fax: +40 21 3126618 \
              +40 21 3120210 / int.101

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to