View source: R/theme-elements.r
element_text | R Documentation |
Theme element: text.
element_text(
family = NULL,
face = NULL,
colour = NULL,
size = NULL,
hjust = NULL,
vjust = NULL,
angle = NULL,
lineheight = NULL,
color = NULL,
margin = NULL,
debug = NULL
)
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 |
margin |
margins around the text. See |
debug |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.