I was wondering if there is any way to increase the size/surface area of the outer ring while keeping the inner ring as it is. Thanks.
I tried using the agruments inside the Coord_polar() but I can't get it to work.
Note - If you can notice, in the plot each dot represents 1000 observations. So, is there something in which we can achieve like each outer ring's dot represents 10,000 observations and each inner ring's dot represent 1,000 observations? Thanks.
One approach to control the radius is to create geom_jitter() plots from different subsets of the data and specify a unique width for each. Below is an example, as well as possible outputs. Adjust the widths until the desired output is achieved.