ggBarChart: Bar chart using ggplot

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ggBarChart.R

Description

This function provides a simple interface to create a ggplot bar chart.

Usage

1
ggBarChart(vector, plotTheme = theme_bw(), ...)

Arguments

vector

The vector to display in the bar chart.

plotTheme

The theme to apply.

...

And additional arguments are passed to geom_bar.

Value

A ggplot plot is returned.

Author(s)

Gjalt-Jorn Peters

Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>

See Also

geom_bar

Examples

1

Example output

Registered S3 method overwritten by 'GGally':
  method from   
  +.gg   ggplot2
Registered S3 methods overwritten by 'lme4':
  method                          from
  cooks.distance.influence.merMod car 
  influence.merMod                car 
  dfbeta.influence.merMod         car 
  dfbetas.influence.merMod        car 

userfriendlyscience documentation built on May 2, 2019, 1:09 p.m.