>>>>> "Deepayan" == Deepayan Sarkar <[EMAIL PROTECTED]> writes:

    > In stripplot, try with something like

    >   panel = function(x, y, ...) {
    >       panel.abline(h = unique(as.numeric(y)), col = "grey")
    >       panel.stripplot(x, y, ...)
    >   }

    > (or more generally, with col =
    > trellis.par.get("reference.line")$col etc)

That's it!  Thanks!

Mike

-- 
Michael A. Miller                               [EMAIL PROTECTED]
  Imaging Sciences, Department of Radiology, IU School of Medicine

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to