latticeStyleDemo: Demonstrate the current Lattice style settings

Description Usage Arguments Details Author(s) See Also Examples

Description

Plots incorporating all the major elements of Lattice style settings.

Usage

1
latticeStyleDemo(type = c("plot", "superpose", "polygons", "regions"))

Arguments

type

which of the 4 plot types to display. If more than one are given they are shown in panels. The default is to show all 4.

Details

Note, this uses "user.text", which is not a standard element of Lattice style. However, this falls back to "add.text" – the default used by panel.text() – if not defined.

"user.text" is preferred to "add.text" for annotations because the latter also applies to strip text and key text.

Author(s)

Felix Andrews felix@nfrac.org

See Also

show.settings panel.usertext

Examples

1
2
3
latticeStyleDemo()
latticeStyleDemo("plot")
latticeStyleDemo(c("superpose", "polygons"))

floybix/latticist documentation built on May 16, 2019, 1:25 p.m.