Dear all I have a txt file with the following contents
1 50.7906430000000 6.06349800000000
2 50.7907380000000 6.06347100000000
3 50.7910810000000 6.06338000000000
4 50.7911890000000 6.06355200000000


I am usind read.table('myfile.txt',sep=" ")

which unfortunately returns only integers and not doubles that are required to 
store theĀ 

50.7906430000000

What can I do to force it to store things into doubles?

B.R
Alex

        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to