2.4.specialist.panels | R Documentation |
In development specialist panel functions
panel.compareZcases(x=x, y=y, z=NULL, ...,
loa.settings = FALSE)
x , y , z |
Standard plot data series, typically vectors. |
... |
Additional arguments, typically passed on. |
loa.settings |
loa options, to be handled by |
The panel.compareZcases
generates a simple plot which
compares z
and y
elements.
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")
These are ad hoc panel...
functions. Not sure of their
life expectancy...
Karl Ropkins
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
In loa
: loaPlot
, panelPal
.
In other packages: xyplot
in lattice
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.