Changing dimensions of legend in MCResult.plot

Hello,
I have created a Passing Bablock regression fit in R Studio using the MCResult.plot (from the mcr package). I would like to export my graph, however, I am having trouble fixing the proportions of the legend so that it does not cover data. Here is a screenshot of what happens when I try to export it as PNG:

I don;t want the legend to cover the data. I have tried calling in some kind of legend.cex but I don't know if this can work with MCResult.plot. Thank you!

Welcome to the forum.

We really need a reproducible example (reprex).

A handy way to supply sample data is to use the dput() function. See ?dput. If you have a very large data set then something like head(dput(myfile), 100) will likely supply enough data for us to work with.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.