Question
What is the purpose of facet_wrap() or facet_grid() in ggplot2?
Select an option. Your answer will be checked instantly.
Correct Answer: B. To create panels for subsets defined by categorical variables
Explanation:
Faceting repeats a plot structure across groups.
It supports comparison while reducing overplotting.
Leave a Reply