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