create a matrix with 7 rows
m <- matrix(nrow = 7) m Output: [,1] [1,] NA [2,] NA [3,] NA [4,] NA [5,] NA [6,] NA [7,] NA