Skip to content
Prev 284689 / 398503 Next

x-axis label for boxplot

On Feb 8, 2012, at 7:48 PM, John Sorkin wrote:

            
You seem to be suffering under the delusion (fostered by the naming  
conventions and the state of documentation that does a poor job of  
distinguishing these issues) that "xlab" and "ylab" are going to be  
labels for individual groups or values along axes. They are not.

Instead (.. and using something more generic for xlab like "Grouping")

axis( 1, at=1:3, labels=c("x values","yvalues","zvalues") )