powered by
Check if an object inherits from CodonAlphabet.
# S3 method for default is.CodonAlphabet(this, ...)
An object.
Not used.
TRUE of FALSE.
# NOT RUN { # create some objects a<-CodonAlphabet() p<-Process() # check if they inherit from CodonAlphabet is.CodonAlphabet(a) is.CodonAlphabet(p) # }
Run the code above in your browser using DataLab