parSave: Save par() Settings

View source: R/all_custom_functions.R

parSaveR Documentation

Save par() Settings

Description

Returns the current par() settings. Can be used in combination with parReset() to fall back to old par() settings later.

Usage

parSave()

Value

The output of par() with some values removed in order to make falling back to these settings easier. However, some entries in the output list might still give problems.

Examples

olpar <- parSave()
parReset(olpar)

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