In R ggplot, how to add labels to points in a stat_qq?

后端 未结 0 460
野性不改
野性不改 2020-11-22 11:36
df <- data.frame(y = rt(26, df = 5), name = letters)
p <- ggplot(df, aes(sample = y))
p + stat_qq() + stat_qq_line() 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题