Learn R Programming

ribiosPlot (version 1.3.0)

setCompactTrellis: Set compact trellis as default

Description

The function sets compact trellis options as default. The previous lattice.options are saved and restored via on.exit when the calling function exits.

Usage

setCompactTrellis()

Arguments

Value

Invisibly, the previous value of the default.theme

lattice option, so it can be restored manually if needed.

Examples

Run this code

# \donttest{
old <- setCompactTrellis()
# }

Run the code above in your browser using DataLab