Learn R Programming

vowels (version 1.2-2)

load.vowels: Load a Vowel File

Description

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

Usage

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.

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.

Details

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

See Also

file.choose, read.table