Correct Answer : colnames(m) <- c(“h”, “f”)
Explanation : Column names and row names can be set separately using the colnames() and rownames() functions.