7.2 Visualizing the World: An Introduction to Visualization

Quick Question

In R, change the shape of your points to the number 15. What shape are the points now?

Exercise 1

Explanation

If you type:

scatterplot + geom_point(shape = 15)

where scatterplot is the plot we created in the previous video, you can see that the points are squares.