extendNBase(MassSpecWavelet)
extendNBase()所属R语言包:MassSpecWavelet
Extend the row number of a matrix as the exponential of base N
延长碱N指数矩阵的行数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extend the data as the exponential of base N by increasing row number.
延长碱N指数的数据,通过增加行数。
用法----------Usage----------
extendNBase(x, nLevel=1, base=2, ...)
参数----------Arguments----------
参数:x
data matrix
数据矩阵
参数:nLevel
the level of DWT decomposition. Basically, it is equivalent to changing the 'base' as base\^nLevel
小波分解的水平。基本上,它是相当于改变了碱基碱基\ ^ nLevel
参数:base
the base, 2 by default
的基础上,默认为2
参数:...
other parameters of used by extendLength
其他参数使用extendLength
Details
详情----------Details----------
The method 'open' is padding the the matrix with the last row.
“开放”的方法是填充的最后一排的矩阵。
值----------Value----------
Return a extended matrix
返回扩展矩阵
作者(S)----------Author(s)----------
Pan Du
参见----------See Also----------
extendLength
extendLength
举例----------Examples----------
# a = matrix(rnorm(9), 3)[=矩阵(rnorm(9),3)]
# extendNBase(a) ## not exposed function[extendNBase(一)#不暴露功能]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|