barplot: Draw a styled barplot

View source: R/RcssWrappers.R

barplotR 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)


Rcssplot documentation built on April 4, 2025, 2:35 a.m.