R - Putting labels on the graph for a specific date

前端 未结 0 1952
生来不讨喜
生来不讨喜 2021-01-01 19:37

Hi I have this code for a ggplot:

p <- ggplot(data2, aes(x=prdate, y=data2$count)) +
  geom_segment( aes(x=prdate, xend=prdate, y=0, yend=data2$count ), 
          


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