pseudoLog | R Documentation |
Internal soundgen function
pseudoLog(x, sigma, base)
x |
numeric vector to transform |
sigma |
scaling factor for the linear part |
base |
approximate logarithm base used |
From function pseudo_log_trans() in the "scales" package.
pseudoLog_undo
a = -30:30
plot(a, soundgen:::pseudoLog(a, sigma = 1, base = 2))
plot(a, soundgen:::pseudoLog(a, sigma = 5, base = 2))
plot(a, soundgen:::pseudoLog(a, sigma = .1, base = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.