Learn R Programming

ribiosPlot (version 1.3.0)

compactPar: Compact par setting

Description

For compact figures

Usage

compactPar(mar = c(3, 3, 1.5, 1.5), mgp = c(2, 1, 0), ...)

Value

A named list of the previous par settings (invisibly), as returned by par.

Arguments

mar

marginal option passed to par

mgp

margin line option passed to par

...

other parameters passed to par

Author

Jitao David Zhang

See Also

Examples

Run this code

  compactPar()
  plot(1:4)

Run the code above in your browser using DataLab