ggplot.histogram {DescribeDisplay}R Documentation

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

Description

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

Usage

## S3 method for class 'histogram'
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")))
print(ggplot(dd_example("histogram")))

[Package DescribeDisplay version 0.2.11 Index]