Description Usage Arguments Examples
View source: R/theme_elegant.R
An elegant ggplot theme for modern visualizations (Basically a copy of 'see::theme_modern' but with slight tweeks)
1 2 3 4 5 6 | theme_elegant(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
|
base_size |
base_size |
base_family |
base_family |
base_line_size |
base_line_size |
base_rect_size |
base_rect_size |
1 2 3 4 | library(ggplot2)
ggplot(iris, aes(x = Sepal.Width, y = Sepal.Length, color = Species)) +
geom_point() +
theme_elegant()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.