powered by
Check if an object is an instance of the GeneralSubstitution class.
# S3 method for default is.GeneralSubstitution(this, ...)
An object.
Not used.
TRUE or FALSE.
For more information see GeneralSubstitution.
GeneralSubstitution
# NOT RUN { # create some objects p<-GeneralSubstitution() pp<-Process() # chek if they inherit from GeneralSubstitution is.GeneralSubstitution(p) is.GeneralSubstitution(pp) # }
Run the code above in your browser using DataLab