latticeStyleDemo {latticist} | R Documentation |
Plots incorporating all the major elements of Lattice style settings.
latticeStyleDemo(type = c("plot", "superpose", "polygons", "regions"))
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. |
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.
Felix Andrews felix@nfrac.org
latticeStyleDemo() latticeStyleDemo("plot") latticeStyleDemo(c("superpose", "polygons"))