News

# y axis represents the Sepal.Width. # Store it as an object named sepal_plot sepal_plot <- ggplot(iris, aes(x = Sepal.Length, Sepal.Width)) # Q1.2 - Add a geom ...