flow_trans: helper function to generate a trans objects Used by other...

Description Usage Arguments

View source: R/flow_trans.R

Description

helper function to generate a trans objects Used by other specific trans constructor

Usage

1
flow_trans(name, trans.fun, inverse.fun, equal.space = FALSE, n = 6)

Arguments

name

transformation name

trans.fun

the transform function (only needed when equal.space is TRUE)

inverse.fun

the inverse function (only needed when equal.space is TRUE)

equal.space

whether breaks at equal-spaced intervals

n

desired number of breaks (the actual number will be different depending on the data range)


flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.