ggplot {ggplot2}R Documentation

Create a new plot

Description

Create a new ggplot plot

Usage

ggplot(data = NULL, ...)

Arguments

data

default data set

...

other arguments passed to specific methods

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

http://had.co.nz/ggplot2


[Package ggplot2 version 0.8.9 Index]