How to draw a barchart in R with less common values merged to “other” category?

前端 未结 0 1216
无人及你
无人及你 2021-01-16 11:42

I need to draw a barchart in R:

ggplot(data, aes(x=characters, fill=characters)) +
geom_bar() +
coord_flip()+
scale_fill_hue(c = 40) +
theme(legend.position=&         


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