stat_identity {ggplot2} | R Documentation |
Identity statistic.
stat_identity(mapping = NULL, data = NULL, geom = "point", position = "identity", width = NULL, height = NULL, ...)
mapping |
The aesthetic mapping, usually constructed
with |
data |
A layer specific dataset - only needed if you want to override the plot defaults. |
geom |
The geometric object to use display the data |
position |
The position adjustment to use for overlappling points on this layer |
width |
The width of the tiles. |
height |
The height of the tiles. |
... |
other arguments passed on to
|
stat_identity
understands the following aesthetics (required aesthetics are in bold):
# Doesn't do anything, so hard to come up a useful example