View source: R/model-corpdiss.R
count_chords | R Documentation |
This function counts chords within a corpus.
count_chords(x, type = "pc_chord_type")
## S3 method for class 'corpus'
count_chords(x, type = "pc_chord_type")
x |
Corpus to analyse. |
type |
Representation to which chords should be coerced before counting. |
Integer vector providing the observed counts for each chord,
indexed by the type encoding defined in the hrep
package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.