I'd like to set a couple default values, such as 'cex,' so that they apply to every graphics window I open. How to do so? The problem is that any call (from R.app menu or a quartz() call) makes par() generate the window from some internal default list, so invoking par(cex=.5 ,{etc.}) from the command line gets overruled. Thanks Carl