R: How do I add data point markers to the existing graph lines using ggplot2?

前端 未结 0 1146
陌清茗
陌清茗 2021-01-03 13:04

This is my sample code.

Plotly<-URA_data %>%
  mutate(year = 2000 + as.integer(substring(Date.of.Sale, 1, 2))) %>%
  group_by(year, Type.of.Sale) %&g         


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