powered by
Set Alphabet object type.
# S3 method for Alphabet setType(this, new_type, ...)
An Alphabet object.
A character vector of length one.
Not used.
The new type (invisible).
For more information see Alphabet.
Alphabet
# NOT RUN { # create an alphabet object a<-Alphabet(symbols=c(1,2,3)) # set a new type setType(a,"MyAlphabet") a$type # set type via virtual field a$type<-"MorphChars" # }
Run the code above in your browser using DataLab