vowel.norms | R Documentation |
Computes vector norms for vowels in the vowel space. The vowel space is constructed by the supplied F1 and F2 formant values.
vowel.norms(f1, f2, na.rm = TRUE, center = NULL, center.method = "wcentroid")
f1 |
A vector of F1 values. |
f2 |
A vector of F2 values. |
na.rm |
Boolean value specifying whether missing values should be removed. Defaults to TRUE. |
center |
A vector (F2,F1) specifying the vowel space center to be used. If NULL, the center will be calculated using the |
center.method |
The method to use in the calculation of vowel space center. See |
A vector containing the vector length of each vowel space vector drawn from the origin of teh computed vowel space center coordinates.
Fredrik Karlsson
Karlsson:2012vbarticulated
See vector.space
for details concerning the computations.
data(pb)
with(pb,vowel.norms(F1,F2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.