stat_identity(mapping = NULL, data = NULL, geom = "point", position = "identity", width = NULL, height = NULL, ...)
aes or aes_string. Only
needs to be set at the layer level if you are overriding
the plot defaults.layer. This can include aesthetics whose
values you want to set, not map. See layer
for more details.Identity statistic.
stat_identity understands the following aesthetics (required aesthetics are in bold):
# Doesn't do anything, so hard to come up a useful example