cranvas (version 0.8.5)

qpar: Graphical parameters in cranvas

Description

This function can set or query the graphical parameters in the cranvas package.

Usage

qpar(...)

Arguments

...
options of the form tag = value

Value

the current list of parameters or set new options

Details

Current options include:

cache
whether to enable cache for graphics layers

mar
a percentage for the plot margin

See Also

par

Examples

Run this code
str(qpar())  # all default parameters
op <- qpar()
qpar(mar = 0.05)  # the degree to extend the plot margin (inner margin)
qpar(op)  # restore

Run the code above in your browser using DataLab