R/api.R
stat_identity.Rd
Passes layer data through untransformed. This is the default stat for geoms that draw the data as given, such as geom_point() and geom_line().
geom_point()
geom_line()
stat_identity()
A StatIdentity object, to pass as a layer's stat.
StatIdentity
stat