komma: Title

View source: R/tidyverse.R

kommaR Documentation

Title

Description

Title

Usage

komma(...)

Arguments

...

passed on to scales::comma_format

Value

scale

Examples

library(ggplot2)
data(faithful)
faithful %>%
  ggplot(aes(eruptions)) +
  geom_histogram() +
  scale_x_continuous(labels = komma()) +
  theme_center() +
  labs(title = "This is a title", subtitle = "This is a subtitle")

pedersebastian/pederlib documentation built on June 17, 2024, 2:37 p.m.