Re: [R] options$max.print

2007-11-16 Thread jim holtman
try: options(scipen=8) On Nov 16, 2007 3:07 PM, qian z <[EMAIL PROTECTED]> wrote: > I am working on a dataset. Some data appear in scientific notation format, > such as 5.8237365731e-05. > > Right now I want them appear as decimal format. > > I try to use options(max.print="10"),

[R] options$max.print

2007-11-16 Thread qian z
I am working on a dataset. Some data appear in scientific notation format, such as 5.8237365731e-05. Right now I want them appear as decimal format. I try to use options(max.print=”10”), but it doesn’t work. How do I fix it? Thanks. --