Can I reorder the position of samples in a ggplot barplot

前端 未结 0 1298
小鲜肉
小鲜肉 2021-01-30 16:31

I created a stacked bar chart using ggplot and the following code:

ggplot(group, aes(x = variable, y = value, fill = Taxa)) +
  geom_bar(position = "fill&quo         


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