Q28
How do you create a theme with a dark background in ggplot2?
A.
theme_dark()
AnswerB.
theme_bg_color("dark")
C.
dark_theme()
D.
background_dark()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board