powered by
Map a series of values into a series of pitches
pitchMapping( x, pitches = c("A4", "C5", "D5", "E5", "G5", "A5"), qtrans = NULL, ... )
A list of pitch objects.
Vector or data frame, series to be mapped
Vector of string, pitch scale (default: A minor pentatonic)
function, quantile transformation to be applied before mapping For instance data can be "normalized" by using qnorm.
further arguments to be passed to qtrans.
p <- pitchMapping(x=rnorm(100))
Run the code above in your browser using DataLab