Chang Shen schrieb: > >I have a csv file looks like this: (between two ==== lines) >=========================== > > > > >First I load it by read.table call: > >myArray <- read.table("c:/mydata.csv",sep=","); > > > did you try read.csv("c:/mydata.csv",sep=",") Regards Knut