After some research I found the way to prevent an uninformative legend from displaying
... + theme(legend.position = \"none\")
Where can I
All the options I've ever used have been explained in hadley's great ggplot2 book.