[R] set par options once for entire R session
Martin Batholdy
batholdy at googlemail.com
Tue Jun 23 17:54:35 CEST 2015
Hi,
I would like to set plot-options via par() and keep them for all plots that are created thereafter.
Currently after each plot device the parameters I can set with par() are reseted to their default value, at least on a Mac (R 3.2.1).
Is there a way to define the parameters for plotting once at the beginning and then keep them for an entire R session?
Thank you!
More information about the R-help
mailing list