powered by
Check if the symbol set is empty.
# S3 method for Alphabet isEmpty(this, ...)
An Alphabet object.
Not used.
TRUE or FALSE
For more information see Alphabet.
Alphabet
# NOT RUN { # create an empty alphabet a<-Alphabet(); # check whether it is empty isEmpty(a) # specify a new symbol set a$symbols<-c(0,1) isEmpty(a) # }
Run the code above in your browser using DataLab