scale_fun: Format axis labels

Description Usage Arguments Author(s) Examples

View source: R/scale_fun.R

Description

This function formats the labels on your ggplot2 axis labels

Usage

1

Arguments

x

...

Author(s)

Jeppe Vierø

Examples

1
2
3
4
library(ggplot2)
ggplot(iris, aes(x = Sepal.Length, y = Petal.Width, col = Species)) +
geom_point() +
scale_x_continuous(labels = scaleFUN)

jvieroe/rtools documentation built on Jan. 10, 2022, 12:36 a.m.