levarr(wavethresh)
levarr()所属R语言包:wavethresh
Subsidiary routine that generates a particular permutation
附属例程产生一个特定的置换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Not intended for casual user use. This function is used to provide the partition to reorder wst.object into wd.object (nondecimated time ordered) objects.
不用于一般用户的使用。此功能是用来提供分区进行重新排序wst.object到wd.object(nondecimated时间排序)对象。
用法----------Usage----------
levarr(v, levstodo)
参数----------Arguments----------
参数:v
the vector to permute
矢量重排
参数:levstodo
the number of levels associated with the current level in the object you wish to permute
与您希望重排对象中的电流电平的级别数
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
A permutation of the v vector according to the number of levels that need handling
置换v矢量根据需要处理的水平,
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
getarrvec, convert.wd, convert.wst
getarrvec,convert.wd,convert.wst
实例----------Examples----------
levarr(1:4, 3)
# [1] 1 3 2 4[[1] 1 3 2 4]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|