In development specialist panel functions
panel.compareZcases(x=x, y=y, z=NULL, ...,
loa.settings = FALSE)
These 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")
Standard plot data series, typically vectors.
Additional arguments, typically passed on.
loa options, to be handled by panelPal
.
Karl Ropkins
The panel.compareZcases
generates a simple plot which
compares z
and y
elements.
These function makes extensive use of code developed by others.
lattice: Sarkar, Deepayan (2008) Lattice: Multivariate Data Visualization with R. Springer, New York. ISBN 978-0-387-75968-5