我尝试了Outliers for boxplot中的以下方法,对我来说效果很好:
bar <- boxplot(foo,plot=FALSE)
boxplot(foo,outline=FALSE,ylim=c(min(c(bar$stats,bar$out)),max(c(bar$stats,bar$out))))
points(jitter(rep(1, length(bar$out))), bar$out)
我需要做的是将其与boxplot参数horizontal = TRUE一起使用。 我的箱线图确实可以水平工作,但是没有抖动的异常值。
关于如何进行这项工作的任何建议? 预先感谢。
答案 0 :(得分:0)
您只需要更改x
的{{1}}和y
参数。还请注意我是如何简化points()
的。
ylim