2.4.specialist.panels: Special panel functions 04

2.4.specialist.panelsR Documentation

Special panel functions 04

Description

In development specialist panel functions

Usage


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

Arguments

x, y, z

Standard plot data series, typically vectors.

...

Additional arguments, typically passed on.

loa.settings

loa options, to be handled by panelPal.

Details

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

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

Note

These are ad hoc panel... functions. Not sure of their life expectancy...

Author(s)

Karl Ropkins

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.


loa documentation built on Oct. 20, 2023, 5:09 p.m.