I'm creating Bland Altman plots using the blandr and ggplot packages, I was previously using the BlandAltmanLeg package but switched due to difficulties in customing the axes in this package.
My issue is that after switching, setting the plot marker to its smallest possible setting using
geom_point(shape = ".")
renders with size greater than what I was previously using with base r
pch = "."
Which I believe is essentially meant to be the equivalent (single pixel), since I am plotting 2million + point, the greater size makes a considerable difference (see images).