wavTitle(wmtsa)
wavTitle()所属R语言包:wmtsa
Extract the name of the data used to generate objects of various wavelet classes
提取所使用的数据的名称来生成对象的各种小波类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Wavelet functions store the original name of the data used to create the output in various locations within the output object. This function provides a means by which the user can
小波函数用于创建在不同地点的输出,在输出对象的数据存储的原始名称。此功能提供了一种手段,用户可以
用法----------Usage----------
wavTitle(x, default="x")
参数----------Arguments----------
参数:x
an object of class mra, mrd, decompose, wavTransform or signalSeries.
类的一个对象mra,mrd,decompose,wavTransform或signalSeries。
参数:default
a default chacter string to use if no valid time series name is found. Default: "x".
使用的默认chacter字符串,如果没有有效的时间序列的名字。默认值:"x"。
值----------Value----------
a character string vector containing the result.
一个字符串向量的结果。
参见----------See Also----------
实例----------Examples----------
wavTitle(wavDWT(1:8))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|