What is the purpose of the geom_bar(stat = "identity") syntax in ggplot2?
A. Plots the counts directly without statistical transformation
B. 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

Join The Discussion