ablanor_plot_theme: Add ablanor theme to ggplot chart

View source: R/ablanor_plot_instillinger.R

ablanor_plot_themeR Documentation

Add ablanor theme to ggplot chart

Description

This function allows you to add the ablanor theme to your ggplotgraphics.

Usage

ablanor_plot_theme()

Examples

## Not run: 
library(ggplot2)
ggplot(mtcars, aes(x = hp, y = mpg, color=cyl, shape=cyl)) +
geom_point(size=3) +
ablanor::ablanor_plot_theme()

## End(Not run)

Rapporteket/ablanor documentation built on Feb. 27, 2025, 8:26 p.m.