powered by
Get the character representation of an Alphabet object.
# S3 method for Alphabet as.character(x, ...)
An Alphabet object
Not used.
Returns the character vector containing the symbol set.
For more information see Alphabet.
Alphabet
# NOT RUN { # create alphabet object a<-Alphabet(symbols=c("A","T","G","C","N")) # get charcter representation as.character(a) # }
Run the code above in your browser using DataLab