Mode | R Documentation |
Internal soundgen function
Mode(x)
x |
numeric vector |
Internal helper function for spectral (~BaNa) pitch tracker. NOT quite the same as simply mode(x).
soundgen:::Mode(c(1, 2, 3)) # if every element is unique, return the smallest
soundgen:::Mode(c(1, 2, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.