To remove the x-axis label in ggplot2, you can use the following code:
main.r142 chars10 lines
Alternatively, you can also use the element_blank() function to remove the x-axis label:
main.r45 chars3 lines
Both of these methods will remove the x-axis label from your ggplot.
gistlibby LogSnag