ggplot.dd: Create a nice plot Create a nice looking plot complete with...

View source: R/ggplot.R

ggplot.ddR Documentation

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

Description

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

Usage

## S3 method for class 'dd'
ggplot(data, ...)

Arguments

data

plot to display, object created by dd_load()

...

not used

Author(s)

Hadley Wickham h.wickham@gmail.com

Examples

library(ggplot2)
print(example(ggplot.ddplot))
print(example(ggplot.histogram))
print(example(ggplot.barplot))

ggobi/DescribeDisplay documentation built on Aug. 30, 2023, 7:41 a.m.