Skip to content
Prev 269891 / 398502 Next

Add lines to xy plot with temporal x axis

On Aug 26, 2011, at 11:35 AM, chirleu wrote:

            
Probably because you didn't give panel.abline an argument that could  
be unambiguously converted to a date (even if there were an automatic  
conversion facility in panel abline to do so which I seriously doubt.)  
You seem to have been using a DateTime object for Abacus$Dia,  but why  
are you not also using the data=Abacus formalism?

Given the lack of an example of your data,  it's hard to say much  
more. You could provide str(Abacus) or dput( head(Abacus) ) and get  
much better advice as a result.
It would certainly help _us_ if you would follow requested  
guidelines--->
Let's see if furhter emphasis can be added with an R example:
 > toupper("and provide commented, minimal, self-contained,  
reproducible code." )
[1] "AND PROVIDE COMMENTED, MINIMAL, SELF-CONTAINED, REPRODUCIBLE CODE."