Using ggplot2

The ‘traditional’ way (using the ggplot() function) can be difficult but offers a lot of power. The simple way (using qplot) is more straight-forwrad, but can be a bit more limiting. The easy way: qplot. qplot stands for quickplot, and either function name can be used. It wraps up all major plotting methods into one function. ................
................