loudnessMapping | R Documentation |
Map a series of values into a series of loudnesses
loudnessMapping(x, lMin = 18, lMax = 141, qtrans = NULL, ...)
x |
Vector or data frame, series to be mapped |
lMin |
Integer, minimum loudness (default corresponds to ppp) |
lMax |
Integer, maximum loudness (default corresponds to fff) |
qtrans |
function, quantile transformation to be applied before mapping For instance data can be "normalized" by using qnorm. |
... |
further arguments to be passed to qtrans. |
A vector of numerics representing loudnesses.
l <- loudnessMapping(x=rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.