How to create a ggplot when the answers are FALSE or TRUE?

后端 未结 0 740
死守一世寂寞
死守一世寂寞 2020-12-02 23:27

How can I create a plot with ggplot when my answers are TRUE or FALSE?

This is my code:

t.obese<-master1%>%
  filter(Income>0,obese==TRUE)%>         


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