Learn R Programming

phylosim (version 3.0.5)

is.ToleranceSubstitution: Check if an object is an instance of the ToleranceSubstitution class

Description

Check if an object is an instance of the ToleranceSubstitution class.

Usage

# S3 method for default
is.ToleranceSubstitution(this, ...)

Arguments

this

An object.

...

Not used.

Value

TRUE or FALSE.

See Also

For more information see ToleranceSubstitution.

Examples

Run this code
# 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