Hi, I have a problem with plotting my data as a histogram using barplot2. I am plotting the x axis using axis(). I want to label only every fifth bar and not all of them as they get too busy but I don't know how to do it. I was trying to set the labels for the axis using at=seq(min value, max value, by=5) but that leads to labels not being under the right bars but just sort of spread around. Does anyone know how to do it properly?
Thanks in advance, Barbara -- View this message in context: http://r.789695.n4.nabble.com/x-axis-labels-tp4651589.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.