Which is the method used to draw a bar plot?
A
bar_plot()
B
plot(bar)
C
barplot()
D
plotbar()
Correct Answer: barplot()
A bar chart represents data in rectangular bars with length of the bar proportional to the value of the variable. R uses the function barplot() to create bar charts.