theme_text {ggplot2} | R Documentation |
This element adds text
theme_text(family = "", face = "plain", colour = "black", size = 10, hjust = 0.5, vjust = 0.5, angle = 0, lineheight = 1.1)
family |
font family |
face |
font face ("plain", "italic", "bold") |
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 |
Hadley Wickham <h.wickham@gmail.com>
textGrob
for underlying grid function