powered by
Get the Alphabet object associated with a given Process object.
# S3 method for Process getAlphabet(this, ...)
A Process object.
Not used.
An Alphabet object.
For more information see Process.
Process
# NOT RUN { # create a process object p<-Process(alphabet=NucleotideAlphabet()) # get associated Alphabet object getAlphabet(p) # via virtual field p$alphabet # }
Run the code above in your browser using DataLab