找回密码
 注册
查看: 416|回复: 0

R语言 wavethresh包 print.nv()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 17:30:35 | 显示全部楼层 |阅读模式
print.nv(wavethresh)
print.nv()所属R语言包:wavethresh

                                        Print a node vector object, also used by several other functions to obtain packet list information
                                         打印一个节点矢量对象,也可用于其他几项功能,以获取数据列表信息

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Ostensibly prints out node vector information, but also produces packet indexing information for several functions.
表面上,打印出的节点的矢量信息,但也产生几种功能的分组的索引信息。


用法----------Usage----------


## S3 method for class 'nv':
print(x, printing = TRUE, verbose = FALSE, ...)



参数----------Arguments----------

参数:x
The nv.object that you wish to print
nv.object您要打印


参数:printing
If FALSE then nothing is printed. This argument is here because the results of the printing are also useful to many other routines where you want the results but are not bothered by actually seeing the results
如果为假则没有被打印出来。这种说法是在这里,因为印刷的结果是有用的许多其他程序在你想要的结果,但实际看到的结果,不打扰


参数:verbose
Not actually used
没有实际使用


参数:...
Other arguments
其他参数


Details

详细信息----------Details----------

A node vector contains selected basis information, but this is stored as a tree object. Hence, it is not immediately obvious which basis elements have been stored. This function produces a list of the packets at each resolution level that have been selected in the basis. This information is so useful to other functions that the function is used even when printing is not the primary objective.
选择的节点矢量包含基础信息,但存储为一个树对象。因此,它不会立即明显已存储的基础元素。该函数产生在基础上在每个分辨率等级的报文已被选择的列表。此信息是非常有用的功能是用来打印时的首要目标等功能。


值----------Value----------

A list containing two components: indexlist and rvector. The former is a list of packets that were selected at each resolution level. Rvector encodes a list of "rotate/non-rotate" instructions in binary. At each selected packet level a decision has to be made whether to select the LH or RH basis element, and this information is stored in rvector.
一个列表,其中包含两部分组成:indexlist和rvector。前者是一个的数据包,在每个分辨率等级选择列表。 Rvector的“旋转/非旋转”指令的二进制编码。在每个选定的数据包级别的决定是否选择左或右的基础元素,而这些信息存储在rvector。


(作者)----------Author(s)----------


G P Nason



参见----------See Also----------

InvBasis.wst, nv.object,
InvBasis.wst,nv.object,


实例----------Examples----------


v <- rnorm(128)
vwst <- wst(v)
vnv <- MaNoVe(vwst)
print(vnv)
#Level :  6  Action is  R (getpacket Index:  1 )[等级:6行动为R(getpacket指数:1)]
#Level :  5  Action is  L (getpacket Index:  2 )[等级:5行动是L(getpacket指数:2)]
#Level :  4  Action is  L (getpacket Index:  4 )[等级:4行动是L(getpacket指数:4)]
#Level :  3  Action is  R (getpacket Index:  9 )[等级:3行动是R(getpacket指数:9)]
#Level :  2  Action is  L (getpacket Index:  18 )[等级:2动作是L(getpacket指数:18)]
#There are  6  reconstruction steps[有6个重建的步骤]
#[]
# The L or R indicate whether to move to the left or the right basis function[L或R指示是否移动到左侧或右侧的基函数]
# when descending the node tree[降序节点树时]
#[]
#[]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-25 15:30 , Processed in 0.021128 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表