setSafeStatsPlotOptionsAndReturnOldOnes: Sets 'safestats' Plot Options and Returns the Current Plot...

View source: R/helpers.R

setSafeStatsPlotOptionsAndReturnOldOnesR Documentation

Sets 'safestats' Plot Options and Returns the Current Plot Options.

Description

Sets 'safestats' Plot Options and Returns the Current Plot Options.

Usage

setSafeStatsPlotOptionsAndReturnOldOnes(...)

Arguments

...

further arguments to be passed to or from methods.

Value

Returns a list with the user specified plot options.

Examples

oldPar <- setSafeStatsPlotOptionsAndReturnOldOnes()
graphics::plot(1:10, 1:10)
setPar <- graphics::par(oldPar)

safestats documentation built on Nov. 24, 2022, 5:07 p.m.