ggplot.barplot {DescribeDisplay}R Documentation

Create a nice plot for Bar Plots...

Description

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

Usage

ggplot.barplot(data, spine=FALSE, ...)

Arguments

data plot to display, object created by dd_load()
spine (not implemented currently) whether to display the barchart as a spine plot
... arguments passed through to the ggplot function

Author(s)

Barret Schloerke bigbear@iastate.edu

Examples

print(ggplot(dd_example("barchart-species")))

[Package DescribeDisplay version 0.2.1 Index]