Skip to content
Prev 9516 / 63421 Next

on.exit(par(old.par)) warnings

## Alternatively,
     op <- par(no.readonly = TRUE) # the whole list of settable par's.
     ## do lots of plotting and par(.) calls, then reset:
     par(op)

and no, it's not new and it is not a mistake (in R).
On Mon, 12 May 2003, Paul Gilbert wrote:

            
Note: that's not the same thing as the previous usage.