reverselog_trans: Create A Log-scale And Reverse Order Transformation Object

Description Usage Arguments Value See Also Examples

Description

A transformation created with trans_new by setting transform to log-scale and inverse to reverse-order function

Usage

1

Arguments

base

Integer: the base with respect to which logarithms are computed

Value

A transformation object

See Also

trans_new

Examples

1
2
3
4
## Not run: 
revlog_trans <- reverselog_trans(base = 10)

## End(Not run)

statech/CommonPlots documentation built on May 6, 2019, 1:32 a.m.