alphabet(VLMC)
alphabet()所属R语言包:VLMC
The Alphabet in Use
在使用的字母
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the alphabet in use, as a vector of “characters”.
返回使用的字母表中,作为一个向量的“字符”。
用法----------Usage----------
alphabet(x, ...)
## S3 method for class 'vlmc':
alphabet(x, ...)
参数----------Arguments----------
参数:x
any R object, currently only available for vlmc ones.
任何R对象,目前只适用于vlmc的。
参数:...
potential further arguments passed to and from methods.
可能进一步传递的参数和方法。
值----------Value----------
a character vector, say r, with length equal to the alphabet size. Currently, typically all r[i] are strings of just one character.
一个character矢量,说r,长度等于字符集的大小。目前,通常所有的“r[i]是一个字符的字符串。
参见----------See Also----------
alpha2int for conversion to and from integer codings.
alpha2int用于转换和整数编码中的。
实例----------Examples----------
data(bnrf1)
vb <- vlmc(bnrf1EB, cutoff = 5)
alphabet(vb) # |--> "a" "c" "g" "t"[| - >“A”“C”,“G”“T”]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|