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