qpar: Graphical parameters in cranvas

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/options.R

Description

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

Usage

1

Arguments

...

options of the form tag = value

Details

Current options include:

cache

whether to enable cache for graphics layers

mar

a percentage for the plot margin

Value

the current list of parameters or set new options

Author(s)

Yihui Xie <http://yihui.name>

See Also

par

Examples

1
2
3
4
str(qpar())  # all default parameters
op <- qpar()
qpar(mar = 0.05)  # the degree to extend the plot margin (inner margin)
qpar(op)  # restore

ggobi/cranvas documentation built on May 17, 2019, 3:10 a.m.