Description Usage Arguments Value Author(s) See Also Examples
Get the Alphabet object associated with a QMatrix object.
1 2 | ## S3 method for class 'QMatrix'
getAlphabet(this, ...)
|
this |
A QMatrix object. |
... |
Not used. |
An Alphabet object.
Botond Sipos, Gregory Jordan
For more information see QMatrix
.
1 2 3 4 5 6 7 8 9 10 | # create a QMatrix object
m<-QMatrix()
# set the alphabet
setAlphabet(m,NucleotideAlphabet())
# get the alphabet
getAlphabet(m)
# set alphabet via virtual field
m$alphabet<-BinaryAlphabet()
summary(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.