Replace graphical default parameters by user supplied parameters
maDotsDefaults(dots, defaults)
dots |
List of user supplied parameters, e.g. from |
defaults |
List of default parameters, e.g. from the function |
args |
List of graphical parameters. |
Sandrine Dudoit, http://www.stat.berkeley.edu/~sandrine.
S. Dudoit and Y. H. Yang. (2002). Bioconductor R packages for exploratory analysis and normalization of cDNA microarray data. In G. Parmigiani, E. S. Garrett, R. A. Irizarry and S. L. Zeger, editors, The Analysis of Gene Expression Data: Methods and Software, Springer, New York.
dots<-list(xlab="X1", ylab="Y1") defaults<-list(xlab="X1", ylab="Y2", col=2) pars<-maDotsDefaults(dots, defaults) do.call("plot",c(list(x=1:10), pars))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.