compactPar: Compact par setting

View source: R/utils.R

compactParR Documentation

Compact par setting

Description

For compact figures

Usage

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

Arguments

mar

marginal option passed to par

mgp

margin line option passed to par

...

other parameters passed to par

Author(s)

Jitao David Zhang

See Also

par

Examples


  compactPar()
  plot(1:4)


bedapub/ribiosPlot documentation built on Sept. 1, 2023, 6:50 p.m.