smoothLinLog | R Documentation |
Transforms values in lin-log
smoothLinLog(x, hyper = 1000, base = 10, lin_comp = log(base))
x |
A numeric vector. |
hyper |
value where transition between Lin/Log is applied. |
base |
base of Log scale. |
lin_comp |
value that is used to smooth transition between Lin/Log. Default is log(base). |
the smoothLinLog transformation of the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.