[R] Darstellung mit Nachkommastellen
suling@bips.uni-bremen.de
suling at bips.uni-bremen.de
Tue Nov 15 15:52:55 CET 2005
Yep. That does the trick.
Like I said, it was a rather stupid question... if you know the answer :-)
Thank you, Uwe!
Am 15 Nov 2005 um 15:47 hat Uwe Ligges geschrieben:
> 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