Module 9 Assignment: Three Types of Graphs

 For this assignment, I used the Guns dataset from Vincent Arel Bundock's list. Said dataset contains various information related to gun-related crimes committed in the United States during the later 20th century. In terms of graphing, I experimented with making a different type of graph for each library we've gone over, including base R, lattice, and ggplot2.


While all three implementations of visual plotting have their own individual strengths and weaknesses, I feel ggplot2 is the better out of the rest, since it takes the good parts of the other two (base R's simplicity and lattice's ability to work better with large amounts of data) and introduces more versatile elements to work with.

GitHub code: https://github.com/Retrolovania/R_Programming/blob/main/Module%209.R





Comments

Popular posts from this blog

Module 6: Our First Graph

LIS 4317 Final Project: R Chart showing Game Price changes over time

Final Project: DescribeR v1.0.0