Vidyalelo
R Programming · Q28

Data Visualization with ggplot2

Programming · R Programming · question 28

Q28

How do you create a theme with a dark background in ggplot2?

A.
theme_dark()
Answer
B.
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