ggbar: Barplots with ggplot2

View source: R/plotting_functions.R

ggbarR Documentation

Barplots with ggplot2

Description

Barplots with ggplot2

Usage

ggbar(data, aes = NULL, colors = NULL, x.cex = 1, rot = NULL, ...)

Arguments

...

Examples

ggbar(setNames(1:5, LETTERS[1:5]))
ggbar(mtcars$mpg)

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.