barplot: Draw a styled barplot

Description Usage Arguments Examples

View source: R/RcssWrappers.R

Description

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

Usage

1
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

1
2
# draw a complete barplot
barplot(1:5)

Rcssplot documentation built on Jan. 8, 2020, 5:11 p.m.