Rdocumentation
powered by
Learn R Programming
SciencesPo (version 1.3.8)
theme_black: ggplot2 Theme with No Background or Gridlines.
Description
A ggplot2 theme with no background and no gridlines.
Usage
theme_black(base_size = 14, base_family = "helvetica")
Arguments
base_size
The size to use for text. Various textual components are scaled off of this value.
base_family
The base font family.
See Also
theme
,
theme_pub
,
theme_map
.