| theme_funcml | R Documentation |
A custom ggplot2 theme used across funcml plots, built on
theme_classic() with an Okabe-Ito colorblind-safe palette. It keeps a
clean background, restrained grid lines, and high-contrast labels so
package figures remain consistent and publication-friendly.
theme_funcml(base_size = 10)
base_size |
Base text size passed to the theme. |
A ggplot2 theme object.
ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) +
ggplot2::geom_point() +
theme_funcml()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.