Module # 9 Visualization in R

Three types of Visualization in R 1) Today we are going to be taking a look at a dataset about consumer goods with three different visualization methods in R. We will first see what we can do without any packages in R. Just the basics, to create some sort of graphic. Then we will be using lattice, and then finally ggplot2. 2) The data base we will be using for this assignment is called " Properties of a Fast-Moving Consumer Good" found here . Without further ado let's get to it. 3) BASE R VISUALIZATION