[Rd] pairs(oma) warnings (PR#8252)
    arnima@u.washington.edu 
    arnima at u.washington.edu
       
    Wed Oct 26 01:54:15 CEST 2005
    
    
  
Unlike R 2.1.1, version 2.2.0 generates warnings when an 'oma' argument as 
passed to pairs():
  A <- rnorm(100)
  B <- rnorm(100)
  pairs(cbind(A,B))                    # no warning
  pairs(cbind(A,B), oma=c(6,8,10,12))  # warnings in R 2.2.0
I think pairs() should draw the plot quietly, without warnings. Can't see 
anything in the documentation indicating that an 'oma' argument should not 
be passed in this way.
Thanks,
Arni
R 2.2.0pat on WinXP
    
    
More information about the R-devel
mailing list