Answers for "R convert dataframe to matrix, specifying which are rows and columns"

4

data frame to matrix r

data.matrix(frame, rownames.force = NA)
Posted by: Guest on September-15-2020

Code answers related to "R convert dataframe to matrix, specifying which are rows and columns"

Browse Popular Code Answers by Language