How to label outliers in ggplot boxplot?

后端 未结 0 830
栀梦
栀梦 2021-01-28 02:24

I have the following code

ggplot(gather(mtcars[,-c(8:11)]), aes(value)) +
  geom_boxplot(alpha = .7) + 
  facet_wrap(~key, scales = "free") 


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