geom_blank

Blank, draws nothing

Details

See layer and qplot for more information on creating a complete plot from multiple components.

Default statistic

stat_identity. Override with the stat argument: geom_blank(stat="identity")

Default position

position_identity. Override with the position argument: geom_blank(position="jitter").