komma | R Documentation |
Title
komma(...)
... |
passed on to scales::comma_format |
scale
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.