pitch | R Documentation |
Creates a new instance of a 'pitch' object
pitch(string)
string |
character string comprising: (i) one letter in ABCDEFG (step) (ii) 'b' (flat), '#' (sharp) or ” (no alteration) (iii) one integer in 0:9 (octave). |
An object of class 'pitch'.
p <- pitch('Db5')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.