parn88 | R Documentation |
Analyses a pitch-class set using the root-finding model of \insertCiteParncutt1988;textualincon.
parn88(x, root_support = "v2", exponent = 0.5)
## Default S3 method:
parn88(x, root_support = "v2", exponent = 0.5)
## S3 method for class 'pc_set'
parn88(x, root_support = "v2", exponent = 0.5)
x |
Sonority to analyse.
This will be coerced to an object of class |
root_support |
(Character scalar or data frame) Identifies the root support weights to use.
See |
exponent |
(Numeric scalar) Exponent to be used when computing root ambiguities. Defaults to 0.5, after \insertCiteParncutt1988;textualincon. |
A list with three values:
root
, the estimated chord root (integer scalar);
root_ambiguity
, the root ambiguity (numeric scalar),
pc_weight
, a 12-dimensional vector of weights by pitch class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.