ggplot.default {ggplot2}R Documentation

Create a new plot

Description

Create a new ggplot plot

Usage

ggplot.default(data = NULL, mapping=aes(), ...)

Arguments

data default data frame
mapping default list of aesthetic mappings (these can be colour, size, shape, line type – see individual geom functions for more details)
...

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

http://had.co.nz/ggplot/ggplot.html

Examples






[Package ggplot2 version 0.6 Index]