stat_identity {ggplot2} | R Documentation |
Don't transform data
stat_identity(mapping=NULL, data=NULL, geom="point", position="identity", ...)
mapping |
mapping between variables and aesthetics generated by aes |
data |
dataset used in this layer, if not specified uses plot dataset |
geom |
geometric used by this layer |
position |
position adjustment used by this layer |
... |
ignored |
This page describes stat_identity, see layer
and qplot
for how to create a complete plot from individual components.
A layer
Hadley Wickham, http://had.co.nz/
## Not run: # Doesn't do anything, so hard to come up a useful example ## End(Not run)