我需要在histogrm中更改此图,保持2个间隙。有可能吗?
该图的代码是:
gap.plot(tmp,gap=c(200,400,500,2800), type="p", xlab="Index",
ytics=c(25, 50, 75,100, 150, 450, 2860),ylab="Group values",
main="Barplot with gap")
tmp = 2860 436 191 88 34 21 9 4 1 0 0 0 0 0 1
结果应该像跟随直方图,但有2个差距。
问题Put a break in the Y-Axis of a histogram解释了如何填补1(一)差距。我已经这样做了,我的问题是两(2)个差距。来自plotrix包的gap.barplot
不支持多个空白。