VSA | R Documentation |
This function computes the area of a vowel space by taking the 2D convex hull of the space made by vowels on an F1-F2 plane. The
VSA(F1, F2)
F1 |
A vector of F1 formant frequency measurements, one for each measured vowel. |
F2 |
A vector of F2 formant frequency measurements, one for each measured vowel. |
The vowel space area (in Hz^2).
@examples data(pb) VSA(pb[[,"F2"]],pb[[,"F1"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.