Amazing! Notice how we don't have to type nrow = 3. The second variable in matrix() is automatically treated as the number of rows.
nrow = 3
matrix()
Didn't we want to use the colnames() function?
colnames()