noteFrequencyTable | R Documentation |
Builds a dataframe containing notes (in scientific pitch notation) and corresponding frequencies.
noteFrequencyTable(minOctave = 0, maxOctave = 8)
minOctave |
integer, smallest (lowest-pitched) octave |
maxOctave |
integer, largest (highest-pitched) octave |
a data frame with 4 columns: note name 1 (written with 'b'), note name 2 (written with '#'),index (in semitones with respect to A4) and frequency (in Hz)
# example code
noteFrequencyTable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.