I want to plot a legend outside my plot area.
I used par(mfrow = c(2,2), oma = c(2,2,2,8), xpd = T)
function to try to make a space for my legend in the right area but I get a blank space on every plot and not in the whole image.
Thanks for your help.