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?
   
  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.

Reply via email to