Another one, using the same data as in my previous report (PR1651, available as http://rjvbertin.free.fr/PR1651data.tab): kk<-read.table(<data>) attach(kk) Snr<-factor(Snr) # Now try to make a coplot using boxplots: coplot(nFD~Modality|Type+size, panel = function(x, y, ...) plot(x, y)) # or coplot(nFD~Modality|Type+size, panel = function(x, y, ...) boxplot(y~x)) This almost functions,only the boxplot matrix is shifted and right-aligned with the vertical (size) factor display (seems to be drawn underneath it). This happens both with the Windows binaries and the source distribution compiled under Linux. RenE J.V. Bertin College de France/LPPA 11, place Marcelin Berthelot 75005 Paris, France _________________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._