Rcssplot (version 1.0.0)

barplot: Draw a styled barplot

Description

This is a wrapper for R's barplot function. See R's documentation for graphics::barplot for further details.

Usage

barplot(height, Rcss = "default", Rcssclass = NULL, ...)

Arguments

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

Examples

Run this code
# NOT RUN {
# draw a complete barplot
barplot(1:5)

# }

Run the code above in your browser using DataLab