How to break axis in a barplot (maybe using plotrix gap.barplot)?
问题 I found a lot of SO question and answers addressing break and gaps in axis. But most of them are of low quality (in an SO meaning) because of no example code, no picture or to complex codes. This is why I asking. I try to use library(plotrix) . If there is a solution without it and/or another library it would be ok for me, too. This is a normal R-barplot. barplot(c(10,20,500)) To break the axis and add gap I tried this. gap.barplot(c(10,20,500),gap=c(50,400), col=FALSE) The result is not