- Modern R Programming Cookbook
- Jaynal Abedin
- 55字
- 2021-07-08 09:48:31
Creating a matrix and accessing its properties
A matrix is a two-dimensional arrangement of vectors of the same type. Like vectors in R, the matrix is restricted to one data type. In this recipe, you will learn how to create a matrix, how to access its elements, and understand a few notes on matrix operations.