Q17
What is the purpose of the geom_bar(stat = "identity") syntax in ggplot2?
A.
Plots the counts directly without statistical transformation
AnswerB.
Adds statistical transformation to the bar plot
C.
Identifies the identity of each bar in the plot
D.
Maps the identity of each data point to the y-axis
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board