Data from vincentarelbundock.github.io/Rdatasets/datasets.html.

Visualizations

This visualization was created using ggplot2. ggplot2 is one of my favorite packages to use in R and I feel comfortable using it. By using ggplot you have a lot of different tools to manipulate your data and making great images that are easy to read and fun to make. In my output I show the minimum price of cars compared to the milage per gallon while driving in the city. I also used geom_point to display the type of cars. This image is easy to read and it provides a lot of information.

This visualization was created using Lattice. Using Lattice was new to me but I found it to be very helpful when displaying data. In a way the Lattice package is similar to ggplot2 when it comes to the freedom of visualizing your data. I was able to create a density plot to show highway miles per gallon.

This is a basic graphic created from R. I think this is one of the easiest visualization to created when you are not experienced using Lattice or ggplot2. As you can see this image is very simple and may show a lot of information. For some people this may be seen as boring and hard to read.