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

前端 未结 1 1137
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 09:25

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

相关标签:
1条回答
  • 2020-12-13 10:10

    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)

    0 讨论(0)
提交回复
热议问题