powered by
Get the length of the symbols in a given alphabet object.
# S3 method for Alphabet getSymbolLength(this, ...)
An Alphabet object.
Not used.
A numeric vector of length one.
For more information see Alphabet.
Alphabet
# NOT RUN { # create an alphabet object a<-Alphabet(symbols=c("AAA","AAC")); # get symbol length getSymbolLength(a); # get symbol length via virtual field a$symbolLength # }
Run the code above in your browser using DataLab