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) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) geom_point(mapping = aes(x = x, y = y))