transform y axis to percents ggplot

前端 未结 1 1667
迷失自我
迷失自我 2021-01-21 17:59

I have used a stacked bar chart (with coord_flip) to try to compare distributions (this is one a several techniques I\'m playing with) for a control and treatment group for pre

相关标签:
1条回答
  • 2021-01-21 18:08

    You probably just want position_fill, by setting,

    + geom_bar(position = "fill")
    
    0 讨论(0)
提交回复
热议问题