[R] measurement unit
Adrian DUSA
dusa.adrian at gmail.com
Fri Sep 9 11:35:18 CEST 2005
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
More information about the R-help
mailing list