parMarModify: Modify Plot Margins

View source: R/all_custom_functions.R

parMarModifyR Documentation

Modify Plot Margins

Description

Increases or decreases the margins of the current plot by a specified factor.

Usage

parMarModify(f = 0.3, reduce = FALSE)

Arguments

f

The factor by which the margins are changed.

reduce

A logical value indicating whether the margins should be increased or reduced. Default increases the margins.

Examples

plot(1:5)
parMarModify()
plot(1:5)

ryannick28/CustomFunctionsYrotha documentation built on June 1, 2025, 4:02 p.m.