After some research I found the way to prevent an uninformative legend from displaying
... + theme(legend.position = \"none\")
Where can I
Entering in
theme_get()
will show a comprehensive listing of theme values and options. You can then follow the syntax to modify these attributes in opts().