ggplot.barplot: Create a nice plot for Bar Plots Create a nice looking plot...

View source: R/ggplot-barchart.R

ggplot.barplotR Documentation

Create a nice plot for Bar Plots Create a nice looking plot complete with axes using ggplot.

Description

Create a nice plot for Bar Plots Create a nice looking plot complete with axes using ggplot.

Usage

## S3 method for class 'barplot'
ggplot(data, ..., spine = FALSE)

Arguments

data

plot to display, object created by dd_load()

...

arguments passed through to the ggplot function

spine

(not implemented currently) whether to display the barchart as a spine plot

Author(s)

Barret Schloerke schloerke@gmail.com

Examples

library(ggplot2)
print(ggplot(dd_example("barchart")))

DescribeDisplay documentation built on Aug. 25, 2023, 9:07 a.m.