powered by
This is a wrapper for R's barplot function. See R's documentation for graphics::barplot for further details.
barplot(height, Rcss = "default", Rcssclass = NULL, ...)
numeric vector giving bar lengths
style sheet object. Leave "default" to use a style defined via RcssSetDefaultStyle()
character, style class
Further parameters, see documentation of graphics::barplot
# NOT RUN { # draw a complete barplot barplot(1:5) # }
Run the code above in your browser using DataLab