[EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of alex lam (RI)
> Sent: Thursday, January 24, 2008 6:34 AM
> To: r-help@r-project.org
> Subject: [R] Printing large number
>
> Dear R users,
>
> Just a quick question, how do I prevent 10 printed as
> 1e+05 when I
On 1/24/08, alex lam (RI) <[EMAIL PROTECTED]> wrote:
> Dear R users,
>
> Just a quick question, how do I prevent 10 printed as 1e+05 when I
> print it into a file?
?options
You would be interested in "scipen" and/or "digits".
# # Set digits display options
options(digits = 4)
options(scipen =
Dear R users,
Just a quick question, how do I prevent 10 printed as 1e+05 when I
print it into a file?
Thanks,
Alex
Alex C. Lam
Roslin Institute (Edinburgh)
Midlothian
EH25 9PS
United Kingdom
Tel: +44 131 5274471
Roslin Institute is a company lim
3 matches
Mail list logo