c_major <- c(0, 2, 4, 5, 7, 9, 11)
c_major_value <- ianring(c_major)
print(c_major_value)
# And indeed you should find information about the major scale
# at https://ianring.com/musictheory/scales/2741
if (FALSE) { # interactive()
ianring(c(0, 2, 3, 7, 8))
}
Run the code above in your browser using DataLab