setMargins: Set the Plot Margins

View source: R/main.R

setMarginsR Documentation

Set the Plot Margins

Description

Set the Plot Margins

Usage

setMargins(bottom = NA, left = NA, top = NA, right = NA)

Arguments

bottom

bottom margin as used in par("mar")

left

left margin as used in par("mar")

top

top margin as used in par("mar")

right

right margin as used in par("mar")


KWB-R/kwb.plot documentation built on Oct. 2, 2023, 10:16 p.m.