Description Usage Arguments Value Author(s)
The dark side of the things.
1 | theme_darkside(base_size = 12, base_family = "serif", legend = "none")
|
base_size |
overall font size. Default is 12. |
base_family |
the name for default font family. |
legend |
the position of the legend if any. |
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")
Daniel Marcelino [aut, cre]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.