ggplot.data.frame {ggplot2}R Documentation

Create a new plot

Description

Create a new ggplot plot

Usage

ggplot.data.frame(data, mapping=aes(), ..., environment = globalenv())

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)
...
environment

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

http://had.co.nz/ggplot2


[Package ggplot2 version 0.8.2 Index]