Which is the method used to draw a bar plot?
Which is the method used to draw a bar plot? 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.