Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用plotrix包制作二阶图。我的尝试看起来像这样
我遇到的问题是它不会自动绘制完整的左轴?为什么是这样?
在这个例子中也是一样的, 我如何用 2 个不同的 y 轴绘图?
怎么可能得到完整的左 y?
由于您没有提供您的数据或代码,因此我将其作为示例:
library(plotrix) twoord.plot(2:10, seq(3, 7, by=0.5) + rnorm(9), 1:15, rev(60:74) + rnorm(15), type= c("l", "l"), xaxt = 'n', yaxt = 'n')