使用 R 绘图在 R 中绘制点图
生成具有这样两个因素的点图的最佳方法是什么,最好使用标准 R 图(而不是 ggplot)并从 2x2 数据框生成。水平线应该是手段。我尝试过克利夫兰点图,但无法弄清楚如何获取两个数据系列'并使点抖动:
What is the best way to generate a dotplot with two factors like this, preferably using standard R plots (not ggplot) and from a 2x2 data frame. The horizontal lines should be means. I have tried cleveland dot charts, but cannot figure out how to get two data series' and have the dots jittered:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面的代码应该可以解决这个问题:
它给出:
The following piece of code should do the trick:
which gives: