data (pb52) ## load the Peterson and Barney vowels.
## normalize them.
normdvowels = normalize (pb52[,7:9], pb52$speaker, pb52$vowel)
formants = normdvowels$formants
vowels = pb52$vowel
## create a vowel template with the normalized formant frequencies
## and information about the vowel category.
createtemplate (formants, vowels)
Run the code above in your browser using DataLab