I would like to know how to provide a common title and legend for combined plots in R. I have four plots which I have combined into one. Each plot has its own Title. I want to specify a common Title on the top center and common legend on the top left corner of the combined plot. I generated the combined plot using par(). I have provided my plot below
I would like to know how to provide a common title and legend for
Share
You can use the
omaparameter to increase the outer margins,then add the main title with
mtext,and try to position the legend by hand.