I am making a series of packed circle plots based on my data. I have set all the circles in all of the plots to have the same radius. However, if one of the plots just has a single circle then R will auto-size this circle to take up the entire plot window. Plots that have numerous circles will be auto-sized smaller.
My problem is that I want to export all of my packed circle plots and combine them into a larger figure but all of the circles need to be the same size. In the code for these plots all of the circles have the same exact radius. So I believe the problem stems from R auto-sizing the circles for some reason. Is there a way to disable this?