πŸ“Š R Programming
Q. How do you create a scatter plot in R for two numeric variables x and y?
  • (A) scatter(x, y)
  • (B) plot(x, y)
  • (C) geom_point(mapping = aes(x = x, y = y))
  • (D) create_scatter(x, y)
πŸ’¬ Discuss
βœ… Correct Answer: (C) geom_point(mapping = aes(x = x, y = y))

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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