geom_blank {ggplot2}R Documentation

geom\_blank

Description

Blank, draws nothing

Usage

geom_blank(mapping = NULL, data = NULL, stat = "identity", position = "identity", 
    ...)

Arguments

mapping

mapping between variables and aesthetics generated by aes

data

dataset used in this layer, if not specified uses plot dataset

stat

statistic used by this layer

position

position adjustment used by this layer

...

ignored

Details

This page describes geom\_blank, see layer and qplot for how to create a complete plot from individual components.

Value

A layer

Author(s)

Hadley Wickham, http://had.co.nz/

See Also

Examples

## Not run: 
qplot(length, rating, data=movies, geom="blank")
# Nothing to see here!

## End(Not run)

[Package ggplot2 version 0.8.9 Index]