Is there a good way easy way to add text labels to the circles on the graph? I haven\'t able to do it using the directlabels package because I get the error:
Error in d
Add geom_text(aes(label=Occupational.Group), size=3) to the plot. You'll need to play with the size though.
geom_text(aes(label=Occupational.Group), size=3)