geom_text: text annotations
Description
text annotations
Usage
geom_text(mapping = NULL, data = NULL, stat = "identity", position = "identity", parse = FALSE, ...)
Arguments
mapping
the aesthetic mapping
data
A layer specific dataset -
only needed if you want to override he plot defaults.
stat
The statistical transformation to use on the data for this layer
position
The position adjustment to use for overlapping points on this layer
parse
if TRUE, the labels will be passd into expressions
...
other arguments passed on to 'layer'
Source
This is just the imported function
from the ggplot2 package. The documentation you should
read for the geom_text function can be found here: geom_text