Posted inLIS 4370 R Programming School Work
LIS 4370 R Programming: Visualization in R
One of the best parts of R is the ease at which visualizations of data can be created. Beyond the base library there are many packages that make visualization a powerful tool, such as lattice and ggplot2. For a while now I have been learning ggplot2 and I have become…