gertvv / gemtc

GeMTC R package: model generation for network meta-analysis
GNU General Public License v3.0
44 stars 27 forks source link

Make blobbogram to work with par(mfrow=...) #11

Closed tommite closed 10 years ago

tommite commented 10 years ago

blobbograms don't currently work with multi-column/row figures it seems (that is, par(mfrow=...) and then multiple plot commands).

gertvv commented 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