Re: [R] unable to use coplot function with zoo package

2009-11-23 Thread Gabor Grothendieck
You have no complete rows so how could it plot anything? If you had some complete rows then this should work: coplot(z1 ~ z2 | z3, as.data.frame(z4)) Lines1 <- "09:50:00,315.79 09:50:30,325.43 09:51:00,315.53 09:51:30,313.73 09:52:00,316.11 09:52:30,331.65 09:53:00,325.31 09:53:30,334.33 09:54:00,

[R] unable to use coplot function with zoo package

2009-11-23 Thread e-letter
Readers, I have tried to use the zoo package to merge datasets and then use the coplot function, but the graph is not fully created. Only the panel data is shown. Command terminal output below, with csv files. What is the meaning of the warning message? Can anyone help please? rhelpatconference.j