cents.humdrumR | R Documentation |
If cents()
is applied to a humdrumR data class
you may use the data's fields as arguments.
If no field names are specified, the first selectedField is used as x
.
humData |> select(Token) |> cents()
humData |> cents(simple = TRUE)
humData |> cents(Token, Key = Key)
cents(
x,
...,
generic = FALSE,
simple = FALSE,
octave.relative = FALSE,
Key = NULL,
tonalHarmonic = 2^(19/12),
transposeArgs = list(),
parseArgs = list(),
gamutArgs = list(),
inPlace = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.