Monday, July 30, 2018

Matrix In R - Naming Column Using colnames() Function And Accessing Matrix Element By Column Name In R

In a previous article we have learned how to give the name of row and access element of matrix by name in R. Now we shall discuss and learn how to give a name of matrix column; i.e., naming of matrix dimension and access element by the name.

source https://www.c-sharpcorner.com/article/matrix-in-r-naming-cloumn-using-colames-function-and-accessing-matrix-elemen/

No comments:

Post a Comment