theme_icae | R Documentation |
A theme summarizing the typical adjustments made to ggplots.
theme_icae(
base_size = 11,
base_family = "",
base_line_size = base_size/170,
base_rect_size = base_size/170
)
This theme is not specifically tuned to the ICAE color scheme, but summarizes typical modifications that improve readability of a ggplot. It is in principle suitable for all kinds of plots and has a decent touch of blue/grey colors for lines and fonts.
ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) +
geom_point(size = 4) +
scale_color_icae("hot") +
theme_icae()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.