fourth_root_power_trans: Fourth root scale transformation for ggplot

View source: R/trans.R

fourth_root_power_transR Documentation

Fourth root scale transformation for ggplot

Description

Fourth root scale transformation for ggplot

Usage

fourth_root_power_trans()

References

https://andrewgelman.com/2007/01/02/the_14power_tra/

Examples

ggplot2::ggplot(mtcars) +
  ggplot2::geom_point(ggplot2::aes(x = wt, colour = mpg, y = factor(gear))) +
  ggplot2::scale_colour_viridis_c(trans = "fourth_root_power")

seananderson/ggsidekick documentation built on April 9, 2023, 6:26 p.m.