Computer Science, asked by wilsonchacko10, 7 hours ago

Which of the following function will create a vertical bar chart ?
a. plot( )
b. bar( )
c. plotbar()
d. barh( )​

Answers

Answered by svayampatil11
0

Answer:

a is the function of verticle bar plot()

Answered by presentmoment
0

The answer is barplot().

Explanation: In R, the barplot() function is used for creating bar charts. We can create both horizontal bars and vertical bars as well. A bar chart represents the data in the form of rectangular bars, where the bar length varies with the value of variables.  

H, xlab, ylab, main, names.arg, col is the parameters of a barplot() function.

Similar questions