Message-ID: <39B6DDB9048D0F4DAD42CB26AAFF0AFA64E823@usctmx1106.merck.com>
Date: 2005-05-12T18:07:18Z
From: Liaw, Andy
Subject: load data with scientific notations
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
>
>
>