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