Usage
element_text(family = NULL, face = NULL, colour = NULL, size = NULL, hjust = NULL, vjust = NULL, angle = NULL, lineheight = NULL, color = NULL, margin = NULL)
Arguments
- family
- font family
- face
- font face ("plain", "italic", "bold", "bold.italic")
- colour
- text colour
- size
- text size (in pts)
- hjust
- horizontal justification (in [0, 1])
- vjust
- vertical justification (in [0, 1])
- angle
- angle (in [0, 360])
- lineheight
- line height
- color
- an alias for
colour
- margin
- margins around the text. See
margin
for more
details. When creating a theme, the margins should be placed on the
side of the text facing towards the center of the plot.
Description
Theme element: text.