Lately, I have been spending more time playing around with R. As an R beginner and someone interested in data visualization, one of my favorite packages so far is ggplot2. This package vastly simplifies the process of plotting data and the results are rather aesthetically pleasing. One of the really powerful features of ggplot2 is the way in which it makes visually encoding multiple dimensions of a dataset much easier.In this brief tutorial, I will plot some data generated using Excel. The data (available here) represent 150 individuals and contains information on their gender, income, time spent commuting to work, student loans, and education level. I fabricated the data so that patterns will emerge in the resulting visualization that mimic what you might expect to see in the real world, but the data are totally fake.The following presupposes some basic familiarity with R. If you are brand new, you may want to start with a basic R tutorial – there are dozens freely available on the internet.