I wanted to draw a scatter plot with ggplot which geom_smooth()
cross center of my data with 45 degree angle not drawing automatically.
As it shows here the geom_smooth() has small slop and I changed different method lm, auto and etc, but there was no difference.
geom_smooth(color = "black", alpha = 0.5, method = "lm", se = F)
How can I draw line in way exactly cross middle of the pink dots?