Learn R Programming

safestats (version 0.8.7)

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

Description

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

Usage

setSafeStatsPlotOptionsAndReturnOldOnes(...)

Value

Returns a list with the user specified plot options.

Arguments

...

further arguments to be passed to or from methods.

Examples

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

Run the code above in your browser using DataLab