Creating Matrices using Data Frames
Is there an option to create matrix directly without creating a vector?
R Creating-Matrices-using-Data-Frames 05-06 min 50-60 sec
Answers:
One can create a matrix using the matrix() function in R.
one of the parameter for matrix function is vector
28-04-20, 5:59 p.m.
angaiaruvi@gmail.com