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.
我想知道是否可以在 R 中绘制一个图,其中 x 轴包含以下形状之一,表明 x 轴不是从零开始?
axis.break()包装上的怎么plotrix样?例如:
axis.break()
plotrix
library(plotrix) plot(3:10,main="Axis break test") # put a break at the default axis and position axis.break() # or at a certain position axis.break(axis=1, breakpos=3) # on x-axis position 3