Learn R Programming

phonTools (version 0.2-2.2)

a96: Aronson et al. (1996) Hebrew Vowel Data

Description

Formant frequency information for vowels averaged across 6 male speakers.

Usage

data (a96)

Arguments

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

Aronson, L., Rosenhouse, J. Rosenhouse, G. & Podoshin, L. (1996). An acoustic analysis of modern Hebrew vowels and voiced consonants. Journal of Phonetics 24. 283-193.

Examples

Run this code
#data(a96)
#vowelplot (a96$f1, a96$f2, a96$vowel, logaxes = 'xy', xsampa = TRUE)

Run the code above in your browser using DataLab