Dear List,

I've tried to set default par() in .Rprofile by putting the following in
the .First function:

  setHook(packageEvent("graphics", "onLoad"),
          function(...) {graphics::par(cex.axis=1.5, cex.lab=2, las=1)}
          )

My goal was to set par() defaults without opening a device everytime at
startup. However, the next plot I create doesn't show these defaults. Any
suggestions? Thanks in advance.

OS = GNU/Linux Debian
R version = 2.0
-- 
Best wishes,
Sebastian

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to