summary-methods(tuneR)
summary-methods()所属R语言包:tuneR
Object Summaries
对象摘要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
summary is a generic function used to produce result summaries of the results of various model fitting functions. The function invokes particular methods which depend on the class of the first argument.
总结是一个泛型函数,用于生产各种模型拟合函数的结果的结果摘要。函数调用的第一个参数的类依赖于特定的方法。
方法----------Methods----------
object = "ANY"Any object for which a summary is desired, dispatches to the S3 generic.
对象=“ANY”,分发到需要的任何对象的摘要S3通用。
object = "Wave"The Wave object is beeing showed, and an additional summary of the Wave-object's (one or two) channels is given.
对象=“波”的是工作状态Wave对象show版,和Wave一个额外的总结对象的(一个或两个)通道。
object = "Wspec"The Wspec object is beeing showed, and as an additional output is given: df, taper (see spectrum), and for the underlying Wave object the number of channels and its sampling rate.
对象=“Wspec”的工作状态Wspec对象show版,作为一个额外的输出:df,taper(见“spectrum)和底层的Wave的对象的信道的数目和其采样速率。
object = "WspecMat"The WspecMat object is beeing showed, and as an additional output is given: df, taper (see spectrum), and for the underlying Wave object the number of channels and its sampling rate.
对象=“WspecMat”的工作状态WspecMat对象show版,作为一个额外的输出:df,taper(见“spectrum)和底层的Wave的对象的信道的数目和其采样速率。
(作者)----------Author(s)----------
Uwe Ligges, <a href="mailto:ligges@statistik.tu-dortmund.de">ligges@statistik.tu-dortmund.de</a>
参见----------See Also----------
For the S3 generic: summary.default, plot-methods,
对于S3的通用:summary.default,plot-methods,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|