How to jitter text to avoid overlap in a ggplot2 scatterplot? How to jitter text to avoid overlap in a ggplot2 scatterplot? r r

How to jitter text to avoid overlap in a ggplot2 scatterplot?


Have a look at the FField package

install.packages("FField", type = "source")install.packages("ggplot2")install.packages("gridExtra")library(FField)FFieldPtRepDemo()

(from this post https://stats.stackexchange.com/a/62856)