View source: R/get_melody_features.R
get_melody_features | R Documentation |
For a db of melodies, get melodic features
get_melody_features(
df,
mel_sep = ",",
durationMeasures = TRUE,
abs_melody_name = "abs_melody",
print_histogram = FALSE
)
df |
with column "melody" as a relative melody e.g, 2, 2, -1, 3 and "freq" a count of the number of occurrences of the dataset from which it came |
mel_sep |
What is the melody note separator? |
durationMeasures |
Should duration measures be computed? |
print_histogram |
Print histogram of results? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.