Displaying 1 result from an estimated 1 matches for "horinzont".
Did you mean:
horizont
2011 Aug 26
1
Add lines to xy plot with temporal x axis
...bacus$Dia,xlab="Date", ylab="Fish",pch=124,
scales=list(x=list(format="%b %Y",tick.number=30))
, panel=function(...){
panel.xyplot(...)
panel.abline(v=08/08/2008)
})
I'd expect a vertical line in the date 08/08/2008 but nothing is drawn.
Also, I tried with an horinzontal line got no result...
Any help please??
Thanks
--
View this message in context: http://r.789695.n4.nabble.com/Add-lines-to-xy-plot-with-temporal-x-axis-tp3771217p3771217.html
Sent from the R help mailing list archive at Nabble.com.