At 7:25 AM -0700 9/26/07, Samuel Okoye wrote: >Hello, > > I have got the following problem: > > > setwd("C:/temp") >> library(xlsReadWrite) >> MyData <- read.xls(file="Mappe1.xls", colNames = TRUE,dateTimeAs >>= "isodatetime") >> attach(MyData) >> MyData > name value times >1 A1 2 2006-05-12 >2 A2 3 2006-05-16 >3 A3 1 2006-05-12 >4 A4 4 2006-05-12 >5 A5 2 2006-05-16 >6 A6 1 2006-05-12 >> plot(times,value) >Error........ > > Could you help me please? >
Not without more information. (for example, the full text of the error message; you should also use traceback(), verify that MyData$times has the class you expected, ditto for MyData$value) Please take a look at the posting guide. > Thanks alot, > Samuel > > >--------------------------------- > >______________________________________________ >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. -Don -- -------------------------------------- Don MacQueen Environmental Protection Department Lawrence Livermore National Laboratory Livermore, CA, USA 925-423-1062 ______________________________________________ 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.