Vidyalelo
R Programming · Q19

Data Visualization with ggplot2

Programming · R Programming · question 19

Q19

In ggplot2, what is the role of the coord_polar() function?

A.
Converts a scatter plot to a polar coordinate system
Answer
B.
Adds polar coordinates to the plot
C.
Modifies the polar coordinates of a specific layer
D.
Coordinates the position of labels in a polar plot

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board