vowelspace.corners: Computes corners of a vowel space. The vowel space is...

View source: R/vfd.R

vowelspace.cornersR 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.

Description

Computes corners of a vowel space. The vowel space is constructed from the supplied F1 and F2 formant values for vowels in the space.

Usage

vowelspace.corners(
  f1,
  f2,
  na.rm = TRUE,
  center = NULL,
  center.method = "wcentroid"
)

Arguments

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 vowelspace.center function.

center.method

The method to use in the calculation of vowel space center. See vowelspace.center for details.

Value

A vector containing the vector length of each vowel space vector drawn from the origin of teh computed vowel space center coordinates.

Author(s)

Fredrik Karlsson

References

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 Also

See vector.space for details concerning the computations.

Examples

data(pb)
with(pb,vowelspace.corners(F1,F2))


FredrikKarlssonSpeech/articulated documentation built on July 20, 2023, 8:20 a.m.