Learn R Programming

loa (version 0.3.1.1)

2.4.specialist.panels: Special panel functions 04

Description

In development specialist panel functions

Usage

panel.compareZcases(x=x, y=y, z=NULL, ..., 
         loa.settings = FALSE)

Value

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")

Arguments

x, y, z

Standard plot data series, typically vectors.

...

Additional arguments, typically passed on.

loa.settings

loa options, to be handled by panelPal.

Author

Karl Ropkins

Details

The panel.compareZcases generates a simple plot which compares z and y elements.

References

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

See Also

In loa: loaPlot, panelPal.

In other packages: xyplot in lattice.