misc_transforms: Various scale transforms.

Description Usage Format Details Value Author(s) See Also Examples

Description

Various scale transformations.

Usage

1
2
3

Format

An object of class trans of length 7.

Details

The available transforms:

Value

A scale transformation object.

Author(s)

Steven E. Pav shabbychef@gmail.com

See Also

trans_new.

http://www.win-vector.com/blog/2012/03/modeling-trick-the-signed-pseudo-logarithm/

Examples

1
2
3
4
5
6
7
8
9
set.seed(1234)
ggplot(data.frame(x=rnorm(100),y=runif(100)),aes(x=x,y=y)) + 
  geom_point() + 
  scale_x_continuous(trans=ssqrt_trans)

set.seed(1234)
ggplot(data.frame(x=rnorm(100),y=runif(100)),aes(x=x,y=y)) + 
  geom_point() + 
  scale_x_continuous(trans=pseudolog10_trans)

shabbychef/ggallin documentation built on April 4, 2021, 12:39 p.m.