[R] Darstellung mit Nachkommastellen

Uwe Ligges ligges at statistik.uni-dortmund.de
Tue Nov 15 15:47:49 CET 2005


suling at bips.uni-bremen.de wrote:

> Hi!
> I got a rather stupid question (I think):
> 
> Is there ANY option that makes R display numericals not like
>    
>    "1e-8"
> 
> but as
> 
>    "0.00000001"	
> 
> by default ?

What about

  options(scipen=100)
  1e-8


Uwe Ligges


> And I need the outcome to be really numerical, so formatC(...) which produces a 
> character or something like this won't be acceptable.
> 
> Any help on this would be appreciated, thanx.
> 
> Marc
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list