f73: Fant (1973) Swedish Vowel Data

Description Usage Format References Examples

Description

Formant frequency information for vowels averaged across 50 male speakers.

Usage

1
data (f73)

Format

A data frame with the following columns:

sex

- A factor indicating speaker sex.

vowel

- The vowel category in x-sampa.

f1

- A numeric vector indcating the vowel F1 in Hz.

f2

- A numeric vector indcating the vowel F2 in Hz.

f3

- A numeric vector indcating the vowel F3 in Hz.

f4

- A numeric vector indcating the vowel F4 in Hz.

References

Fant, G. (1973). Speech sounds and features. Cambridge, MA: MIT Press.

Examples

1
2
data(f73)
vowelplot (f73$f1, f73$f2, f73$vowel, logaxes = 'xy', xsampa = TRUE)

Example output



phonTools documentation built on May 1, 2019, 6:26 p.m.

Related to f73 in phonTools...