load.vowels {vowels} | R Documentation |
A simple wrapper for reading a tab-delimited text file into a data frame.
load.vowels(file=NA, type="Hertz")
file |
if passed, the name of the file to open. If not passed, file.choose() is called. |
type |
the current units of the formant data. Defaults to "Hertz", set to "Bark" or "ERB" if the data are already in Bark or ERB scales. |
A simple wrapper for reading a tab-delimited text file into a data frame.
A data frame containing the vowel data from the input file
The development of the library and this function are ongoing. The arguments to the function may change in future version.
Kendall, Tyler <tsk3@duke.edu>
vowels <- load.vowels("http://ncslaap.lib.ncsu.edu/tools/norm/downloads/CentralOhioNORM.txt")