theme_dt: ggplot theme styled by Digital Twin LLC

Description Usage Arguments Value Examples

Description

Adding to ggplot diagrams to stylize branded colors

Usage

1
theme_dt(color = "black")

Arguments

color

Backgroung color, black by default

Value

theme to ggplot2

Examples

1
2
3
4
5
ggplot(iris %>% as_tibble()) +
 geom_point(aes(x = Sepal.Width, y = Sepal.Length, color = Species)) +
 theme_dt()

+theme_dt("white")

St-Digital-Twin/Dtwin documentation built on Jan. 1, 2022, 8:11 p.m.