ggplot.data.frame {ggplot2} | R Documentation |
Create a new ggplot plot from a data frame
## S3 method for class 'data.frame' ggplot(data, mapping = aes(), ..., environment = globalenv())
data |
default data frame for plot |
mapping |
default list of aesthetic mappings (these can be colour, size, shape, line type – see individual geom functions for more details) |
... |
ignored |
environment |
in which evaluation of aesthetics should occur |