InterviewSolution
Saved Bookmarks
| 1. |
Which is the method used to draw a bar plot?(a) bar_plot()(b) plot(bar)(c) barplot()(d) plotbar()The question was posed to me by my school teacher while I was bunking the class.My doubt stems from Enhanced JavaScript with R in chapter Sockets of JavaScript |
|
Answer» Right option is (c) barplot() |
|