Hi all I have a data set of the following format.
0 0.7087872E+06 5 0.7087872E+06 10 0.7087872E+06 15 0.7087872E+06 20 0.7087872E+06 25 0.7087872E+06 30 0.7087872E+06 35 0.7087872E+06 I was trying to read in this file and plot it. leg16<-read.csv("wwleg16.ttn",sep=" ", dec=".", header =F) But leg16 holds all NA's. How can I read this properly as two numeric values? I can do this in Excel, but want to learn to do in R also. Could anyone of you help me with this? Regards Rose [[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.