Dear Friends, I'm using winXP and R 1.7.1 and plotting some data using 
dates on the x-axis, and wanted to use identify to show some points but was 
told by identify that the x and y vectors producing a fine graph with 84 
points were not equal in length. Below are the Dato for date - and 
length(Dato) finds 9 but str finds 84 as known. Will identify not work in 
this context ?
Best wishes
Troels Ring
Aalborg, Denmark
 > Dato
  [1] "2000-01-04" "2000-01-07" "2000-01-10" "2000-01-13" "2000-01-17"
  .......
[81] "2003-04-23" "2003-05-14" "2003-07-30" "2003-08-14"
 > length(Dato)
[1] 9
 > str(Dato)
`POSIXlt', format: chr [1:84] "2000-01-04" "2000-01-07" "2000-01-10" 
"2000-01-13" ...
 >  
        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to