
Last chance! 50% off unlimited learning
Sale ends in
lattice.options(...)
lattice.getOption(name)
lattice.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. The components currently used
are not documented here, but are fairly self-explanatory.options
, trellis.device
,
trellis.par.get
, Lattice
str(lattice.options())
lattice.getOption("save.object")
Run the code above in your browser using DataLab