DescribeDisplay (version 0.2.5)

ggplot.histogram: 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

"ggplot"(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

Examples

Run this code
library(ggplot2)
print(ggplot(dd_example("barchart")))
print(ggplot(dd_example("histogram")))

Run the code above in your browser using DataCamp Workspace