setSafeStatsPlotOptionsAndReturnOldOnes | R Documentation |
Sets 'safestats' Plot Options and Returns the Current Plot Options.
setSafeStatsPlotOptionsAndReturnOldOnes(...)
... |
further arguments to be passed to or from methods. |
Returns a list with the user specified plot options.
oldPar <- setSafeStatsPlotOptionsAndReturnOldOnes() graphics::plot(1:10, 1:10) setPar <- graphics::par(oldPar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.