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 <[EMAIL PROTECTED]> wrote:
> Hi, all,
>
> This might be a stupid question.  Is there a single command in R that can
> revert parameters to default?  It is much appreciated.
>
> Best wishes,
> Art Roberts
> University of Washington
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy

Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.

        -K. Mullis

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to