powered by
Check whether an object inherits from the class Event.
# S3 method for default is.Event(this, ...)
An object.
Not used.
TRUE or FALSE.
For more information see Event.
Event
# NOT RUN { # create some objects e<-Event(); a<-Alphabet() # check if they inherit from Event is.Event(e) is.Event(a) # }
Run the code above in your browser using DataLab