πŸ“Š R Programming
Q. How do you create a histogram in ggplot2 for a numeric variable named variable?
  • (A) geom_histogram(x = variable)
  • (B) histogram(variable)
  • (C) geom_hist(mapping = aes(x = variable))
  • (D) hist_plot(variable)
πŸ’¬ Discuss
βœ… Correct Answer: (C) geom_hist(mapping = aes(x = variable))

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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