Answers for "convert matrix to dataframe in r"

R
1

change from matrix to a dataframe in r

as.data.frame(x, row.names = NULL, optional = FALSE,
              make.names = TRUE, …,
              stringsAsFactors = default.stringsAsFactors())
Posted by: Guest on October-30-2020

Code answers related to "convert matrix to dataframe in r"

Browse Popular Code Answers by Language