barplot {Rcssplot}R Documentation

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


# draw a complete barplot
barplot(1:5)


[Package Rcssplot version 1.0.0 Index]