Which of the following statement changes column name to h and f?
Which of the following statement changes column name to h and f? Correct Answer colnames(m) <- c(“h”, “f”)
Column names and row names can be set separately using the colnames() and rownames() functions.