Concept Flow - Matrix creation
Start with vector of elements
Call matrix() function
Specify rows and columns
Fill matrix by columns (default) or rows
Matrix created and stored
Create a matrix by providing a vector of elements and specifying the number of rows and columns. The matrix fills by columns by default.