On Mon, Mar 31, 2008 at 4:04 PM, Deepayan Sarkar <[EMAIL PROTECTED]> wrote: > > The obvious thing to try would be > > dotplot(y~x|fac, > panel = function(...) { > panel.abline(h = 0) > panel.dotplot(...) > }) > > Does this not work? > > -Deepayan >
Yes that works, thank you - I'm new to the lattice graphics package. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.