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!
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.