powered by
Get the symbol set from an Alphabet object.
# S3 method for Alphabet getSymbols(this, ...)
An Alphabet object.
Not used.
A character vector containing the symbol set of the Alphabet object.
For more information see Alphabet.
Alphabet
# NOT RUN { # create a new alphabet object a<-Alphabet(symbols=c("AC","GT")); # get the symbols getSymbols(a) # get the symbols by using the virtual field a$symbols # }
Run the code above in your browser using DataLab