Chapter 7 Creating a Matrix

my_matrix2 <- matrix(data=1:20, nrow=4, ncol=5)
identical(my_matrix, my_matrix2)
## [1] TRUE