vowelspace.corners | R Documentation |
Computes corners of a vowel space. The vowel space is constructed from the supplied F1 and F2 formant values for vowels in the space.
vowelspace.corners(
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, F., & van Doorn, J. (2012). Vowel formant dispersion as a measure of articulation proficiency. The Journal of the Acoustical Society of America, 132(4), 2633–2641. doi:10.1121/1.4746025
See vector.space
for details concerning the computations.
data(pb)
with(pb,vowelspace.corners(F1,F2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.