Skip to content
Prev 157064 / 398506 Next

Is there a single command that can revert all the plotting parameters to default?

when you set par(...)
use
op <- par(...)
par(...)

and then when you want to go back
use

par(op)
On Wed, Sep 24, 2008 at 2:38 PM, Arthur Roberts <aroberts99163 at yahoo.com> wrote: