- Modern R Programming Cookbook
- Jaynal Abedin
- 59字
- 2021-07-08 09:48:33
Getting ready
Suppose you are in a situation where you must store a series of matrices into a single R object and then perform analysis based on that; however, in this case, this is the perfect and efficient way to create an array. For example, you are in a situation to store four matrices of 2 x 2 order.