ggplot.data.frame {ggplot2} | R Documentation |
Create a new ggplot plot
ggplot.data.frame(data, mapping=aes(), ..., environment = globalenv())
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 |
Hadley Wickham <h.wickham@gmail.com>