theme_desi_base | R Documentation |
theme_bw()
with no grid, no borders, legend at the top, and no legend title.
theme_desi_base(...)
... |
(Character) Arguments to send to |
ggplot2
theme objects.
Desi Quintans (http://www.desiquintans.com)
# ggplot(iris, aes(x = Petal.Length, y = Sepal.Length)) +
# geom_point() +
# theme_desi_base()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.