barplot | R Documentation |
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, ...)
height |
numeric vector giving bar lengths |
Rcss |
style sheet object. Leave "default" to use a style defined via RcssSetDefaultStyle() |
Rcssclass |
character, style class |
... |
Further parameters, see documentation of graphics::barplot |
# draw a complete barplot
barplot(1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.