Learn R Programming

mosaic (version 0.4-1)

mosaic.options: Setting options for mosaic package functions

Description

A mechanism for setting options in the mosaic package.

Usage

mosaic.options(...)

mosaic.getOption(name)

mosaic.par.set(name, value, ..., theme, warn = TRUE, strict = FALSE)

mosaic.par.get(name = NULL)

Arguments

name
the name of the option being set
value
the value to which to set the option
theme
a list appropriate for a mosaic theme
warn
a logical. UNUSED at present.
strict
a logical or numeric.
...
additional arguments that are turned into a list if a list cannot be inferred from theme, name, and value.