Re: [R] reduce printing accuracy

2011-05-28 Thread Alaios
Thanks a lot :) --- On Sat, 5/28/11, Joshua Wiley wrote: > From: Joshua Wiley > Subject: Re: [R] reduce printing accuracy > To: "Alaios" > Cc: R-help@r-project.org > Date: Saturday, May 28, 2011, 8:48 AM > Hi Alex, > > See ?optionsĀ  in particular the

Re: [R] reduce printing accuracy

2011-05-28 Thread Joshua Wiley
Hi Alex, See ?options in particular the "digits" section. You can (per session) edit this by typing: options(digits = 3) or whatever number you want. To make this more permanent, create a .Rprofile that alters the default digits. HTH, Josh On Sat, May 28, 2011 at 12:36 AM, Alaios wrote: >

[R] reduce printing accuracy

2011-05-28 Thread Alaios
Dear all, I would like to print a few values with less digits than the default. How I can reduce how many digits are printed ?(warning: not the real integer resolution but what is shown in screen) Best Regards Alex __ R-help@r-project.org mailing list