Adjusting density plot with ggplot2

前端 未结 0 1028
难免孤独
难免孤独 2020-12-29 18:57

I am trying to plot density chart with ggplot2. In order to do this I used this piece of code:

       DATA%>%
          ggplot(aes(wage, fill = y, color =          


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