I would like to create a clean version of a scatterplot of text labels in ggplot2. The goal is to represent visually the increasing values associated with about 25 items. I
Have a look at the FField package
FField
install.packages("FField", type = "source") install.packages("ggplot2") install.packages("gridExtra") library(FField) FFieldPtRepDemo()
(from this post https://stats.stackexchange.com/a/62856)