alphabet | R Documentation |
Return the alphabet in use, as a vector of “characters”.
alphabet(x, ...)
## S3 method for class 'vlmc'
alphabet(x, ...)
x |
any R object, currently only available for
|
... |
potential further arguments passed to and from methods. |
a character
vector, say r
, with length equal to
the alphabet size. Currently, typically all r[i]
are strings
of just one character.
alpha2int
for conversion to and from integer
codings.
data(bnrf1)
vb <- vlmc(bnrf1EB, cutoff = 5)
alphabet(vb) # |--> "a" "c" "g" "t"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.