load.vowels: Load a Vowel File

Description Usage Arguments Details Value Warning Author(s) See Also

Description

A simple wrapper for reading a tab-delimited text file into a data frame.

Usage

1
load.vowels(file=NA, type="Hertz")

Arguments

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.

Details

A simple wrapper for reading a tab-delimited text file into a data frame.

Value

A data frame containing the vowel data from the input file

Warning

The development of the library and this function are ongoing. The arguments to the function may change in future version.

Author(s)

Kendall, Tyler <tsk@uoregon.edu>

See Also

file.choose, read.table


vowels documentation built on May 2, 2019, 2:29 p.m.