powered by
Get Alphabet obejct type.
# S3 method for Alphabet getType(this, ...)
An Alphabet object.
Not used.
A character vector of length one.
For more information see Alphabet.
Alphabet
# NOT RUN { # create alphabet object a<-Alphabet(symbols=c(0,1),type="Binary"); # get alphabet type getType(a) a$type # }
Run the code above in your browser using DataLab