[R] load data with scientific notations

Luke Zhou jyzz88 at gmail.com
Thu May 12 20:27:11 CEST 2005


It works. thanks!

-Luke

On 5/12/05, Liaw, Andy <andy_liaw at merck.com> wrote:
> Just read them like any other numbers; e.g.:
> 
> > x <- scan(sep=",")
> 1: 9.1642537e+003, 6.7195295e+003, 4.8834487e+003, 3.7181589e+003
> 5: [hit ctrl-d]
> Read 4 items
> > x
> [1] 9164.254 6719.529 4883.449 3718.159
> 
> Andy
> 
> > From: Luke Zhou
> >
> > Hi,
> >
> > I have a data file whose values are scientific notations, for example:
> >
> > 9.1642537e+003, 6.7195295e+003, 4.8834487e+003, 3.7181589e+003, ...
> >
> > How to load such data into R?
> >
> > Thanks,
> >
> > -Luke
> >
> > ______________________________________________
> > 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
> >
> >
> >
> 
> ------------------------------------------------------------------------------
> Notice:  This e-mail message, together with any attachment...{{dropped}}




More information about the R-help mailing list