Adding multiple boxplots to one axes and labelling each

前端 未结 0 1614
轮回少年
轮回少年 2021-01-01 18:37

I have generated a boxplot for one variable using the code below:

ggplot(data = dataframe, aes(x=factor(0), y = RPSdata$Personal.Risk)) + geom_boxplot(width =         


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