Boxplots in ggplot2

Change the legend position

p + theme(legend.position="top")
p + theme(legend.position="bottom")
p + theme(legend.position="none") # Remove legend


The allowed values for the arguments legend.position are : "left","top", "right", "bottom".