ggplot layering multiple geom_points on top of each other with specific order

后端 未结 0 1278
故里飘歌
故里飘歌 2021-02-08 12:55
ID <- rep(c(\'A\',\'B\'),each = 10)
x <- rep(1,10)
y <- 1:10
have <- tibble(x, y)
have <- cbind(ID,rbind(have,have))

have %>%
  ggplot(aes(x, y, color         


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