Closed tommite closed 10 years ago
This seems like a weird thing to do. In general blobbogram
will produce multiple plots (pages) in a single call, since there is no way to "scale" the "y-axis". I don't think this can play nicely with mfrow
.
Also, we use the grid package for the blobbograms, which apparently has other ways to do multiple plots per page:
http://stackoverflow.com/questions/2540129/lattice-multiple-plots-in-one-window
blobbograms don't currently work with multi-column/row figures it seems (that is, par(mfrow=...) and then multiple plot commands).