theme_sensata: theme_sensata: Custom Theme for Sensata

View source: R/sensataTheme.R

theme_sensataR Documentation

theme_sensata: Custom Theme for Sensata

Description

A custom theme for Sensata with custom color palette and fonts for ggplot2.

Usage

theme_sensata()

Value

A ggplot2 theme object

See Also

theme

showtext_auto

font_add_google

Examples

ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
  geom_point() +
  theme_sensata()

SensataUX/sensataDataAnalysis documentation built on May 11, 2023, 10:59 a.m.