c2to4(wavethresh)
c2to4()所属R语言包:wavethresh
Take integer, represent in binary, then think of and return that representation in base 4
取整数,以二进制表示,然后把它和返回,表示在碱基4
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Not designed, or really useful, for casual user use!
没有设计,或真正有用的,为一般用户的使用!
For example: take the integer 5. In binary this is 101. Then, this representation in base 4 is 16+1 =17.
例如:取整数5。在二进制是101。然后,这表示在基体4是16 +1 = 17。
This function is used by accessD.wpst to help it access coefficients.
此功能使用accessD.wpst帮助它访问系数。
用法----------Usage----------
c2to4(index)
参数----------Arguments----------
参数:index
The integer you wish to convert
你想转换的整数
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
The converted number
转换后的数字
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
accessD.wpst
accessD.wpst
实例----------Examples----------
c2to4(5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|