cpp_smoothLinLog | R Documentation |
Takes a numeric vector and return its transformation: - to linear, if abs(x) < hyper. - to log, if abs(x) > hyper.
x |
NumericVector. |
hyper |
double, value where transition between Lin/Log is applied. |
base |
double, base of Log scale. |
lin_comp |
double, value that is used to smooth transition between Lin/Log. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.