geom_blankgeom_blank(mapping=NULL, data=NULL, stat="identity", position="identity", ...)
Blank, draws nothing
This page describes geom_blank, see layer and qplot for how to create a complete plot from individual components.
What do you think of the documentation? Please let me know by filling out this short online survey.
Parameters control the appearance of the geom. In addition to the parameters listed below (if any), any aesthetic can be used as a parameter, in which case it will override any aesthetic mapping.
This function returns a layer object.
> qplot(length, rating, data=movies, geom="blank")> # Nothing to see here!
What do you think of the documentation? Please let me know by filling out this short online survey.