Skip to content

new question

1 message · arun

#
Sorry, I am not sure I understand your question.? 

You have 5 boxplots(if I remember correctly) on a single page and these 5 boxplots have titles "a1","a2","c1","c2","t1" (or something like that). 

Could you try:
par(mfcol(c(3,2)) and see if that helps. (not tested)
A.K.