Re: [R] Hmisc: xYplot and panel.lines

2009-04-30 Thread David Reitter
On Apr 30, 2009, at 6:49 PM, David Reitter wrote: This works as expected for panel.abline, but as soon as I'm using panel.lines (or llines or lpoints) from the "lattice" package (version 0.17-17 with R 2.8.1), it seems that it is not using the coordinate system that the original plot used, i

[R] Hmisc: xYplot and panel.lines

2009-04-30 Thread David Reitter
Using the Hmisc package, I tried to create an xYplot (single panel only) and was confused to find that I could not add anything else to the plot (abline, lines, etc.). Thankfully, [1] points out panel functions. This works as expected for panel.abline, but as soon as I'm using panel.lines