Question: 31 pts What is wrong with this code to draw a map of California and its cities? ggplot(data = ca_cities, aes(x = long, y =

31 pts What is wrong with this code to draw a map of California and its cities? ggplot(data = ca_cities, aes(x = long, y = lat)) + geom_polygon(fill = "white", color = "black") + geom_point(alpha = population) + coord_quickmap() Group of answer choices geom_point() should have its own x and y values the alpha paremeter is set in geom_point() it uses coord_quickmap() the fill parameter is set in geom_polygon()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!