Vidyalelo
R Programming · Q27

Data Visualization with ggplot2

Programming · R Programming · question 27

Q27

What is the purpose of the scale_y_log10() function in ggplot2?

A.
Applies a log base 10 transformation to the y-axis
B.
Sets the y-axis to a logarithmic scale
Answer
C.
Adds a log scale to the y-axis
D.
Transforms the y-axis to a logarithmic scale

Answer: Option B

Solution

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