If you need a label in the middle of each group of three fields, try something like this:
axis(1,at=seq(2,60,3),labels=1:20,cex.axis=0.7)

To summarize, this will be:
groups <- 20 numbox <- 3 total <- groups * numbox xpoints <- seq(median(1:numbox),total,numbox)
thelatemail
source share