lattice.options(...)
lattice.getOption(name)
name = value
or by passing a list
of such tagged values. Existing values can be retrieved by
supplying the names (as character stringslattice.getOption
returns the value of a single component,
whereas lattice.options
always returns a list with one or more
named components. When changing the values of components, the old
values of the modified components are returned by
lattice.options
. If called without any arguments, the full
list is returned.options
and getOption
,
and behave similarly for the most part. Some of the available
components are documented here, but not all. The purpose of the ones
not documented are either fairly obvious, or not of interest to the
end-user.[object Object],[object Object],[object Object],[object Object],[object Object]
options
, trellis.device
,
trellis.par.get
, Lattice
names(lattice.options())
str(lattice.getOption("layout.widths"))
Run the code above in your browser using DataLab