[R] options$max.print

jim holtman jholtman at gmail.com
Sat Nov 17 04:44:40 CET 2007


try:

options(scipen=8)


On Nov 16, 2007 3:07 PM, qian z <qianpland at yahoo.com> 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 at 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?



More information about the R-help mailing list