load.vowels(vowels)
load.vowels()所属R语言包:vowels
Load a Vowel File
加载一个元音文件
译者:生物统计家园网 机器人LoveR
描述----------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.
如获通过,该文件的名称打开。如果不通过,file.choose的()被调用。
参数: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
详细信息----------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 <tsk3@duke.edu>
参见----------See Also----------
file.choose, read.table
file.choose,read.table
实例----------Examples----------
vowels <- load.vowels("http://ncslaap.lib.ncsu.edu/tools/norm/downloads/CentralOhioNORM.txt")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|