search for: leg16

Displaying 1 result from an estimated 1 matches for "leg16".

Did you mean: le16
2010 Mar 17
1
How to read a file of the following format?
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...