search for: ozone3

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

Did you mean: ozone
2013 Sep 06
2
Alignment of data sets
...digits for the second column, when I use read.csv it gives me 1 instead of 001. So I use read.table, and one of the problems with read.table is that it produces row names that I don't want. Also I need commas in my output file. So far this is the best I could do: mydata = read.table("C:/ozone3.txt", sep = "") capture.output( print(mydata, sep = ",", print.gap=3), file="capture2.txt" ) and the output has all the unwanted row names and also there are no commas. Any suggestions? Thank you Nasrin [[alternative HTML version deleted]]