powered by
gap.barplot(y,gap,xaxlab,xtics,yaxlab,ytics,ylab,col,...)
plot
axis.break
gap.barplot
twogrp<-c(rnorm(10)+4,rnorm(10)+20) gap.barplot(twogrp,gap=c(8,16),xlab="Index",ytics=c(3,6,17,20), ylab="Group values",main="Barplot with gap")
Run the code above in your browser using DataLab