Skip to content
Prev 140785 / 398506 Next

adding device size-independent y=0 line to a lattice plot

On 3/31/08, Levi Waldron <leviwaldron at gmail.com> 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