Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This problem requires R-Studio program to complete it. ggplot2 package was installed using the following code: # Install the package if you never did install
This problem requires R-Studio program to complete it. ggplot2 package was installed using the following code:
# Install the package if you never did install . packages (" ggplot 2") # Load the pacakge library ( ggplot 2) # Load the mpg dataset data (" diamonds ")