theme_darkside: The Dark Side Theme
Description
The dark side of the things.
Usage
theme_darkside(font_size = 12, font_family = "serif", legend = "none")
Arguments
font_size
Overall font size. Default is 12.
font_family
Default font family.
legend
the position of the legend if any.
Value
The theme.
# plot with small amount of remaining padding
qplot(1:10, (1:10)^2, color="green") + theme_darkside()
# Check that it is a complete theme
attr(theme_darkside(), "complete")