panel.compareZcases(x=x, y=y, z=NULL, ...,
loa.settings = FALSE)panelPal.panel... functions are intended to be used as the
panel argument in loa plot calls. So, e.g.:
x <- 1:10
y <- 1:10
z <- y + rnorm(10)
loaPlot(z~x*y, panel=panel.compareZcases, col.regions="Reds")panel.compareZcases generates a simple plot which
compares z and y elements.loa: loaPlot, panelPal.
In other packages: xyplot in lattice.