πŸ“Š R Programming
Q. Which of the following statement changes column name to h and f?
  • (A) colnames(m) <- c("h", "f")
  • (B) columnnames(m) <- c("h", "f")
  • (C) rownames(m) <- c("h", "f")
  • (D) rownames(m) <- c("f", "f")
πŸ’¬ Discuss
βœ… Correct Answer: (A) colnames(m) <- c("h", "f")

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
192
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate