Re: [R] Adding text to a multiplot (via mfrow)

2010-12-01 Thread smj_115
Hi Peter Many thanks. I will have a go with that and see if I have any joy. Your advice is much appreciated. Sam -- View this message in context: http://r.789695.n4.nabble.com/Adding-text-to-a-multiplot-via-mfrow-tp3065850p3067003.html Sent from the R help mailing list archive at Nabble.com.

[R] Adding text to a multiplot (via mfrow)

2010-11-30 Thread smj_115
Hi I have created a set of 4 barplots using mfrow=c(2,2) and need to add a heading that spans the margin of the bottom 2 graphs. I have used locator(1) to find the coordinates but I dont seem to be able to add text anywhere on this multiplot. I would be really grateful if anyone could tell me