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.82399997365731e-05. > > Right now I want them appear as decimal format. > > I try to use options(max.print="1000000000"), but it doesn't work. How do I > fix it? Thanks. > > > > --------------------------------- > Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it > now. > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.