Learn R Programming

phylosim (version 3.0.5)

is.GeneralInsertor: Check whether an object inherits from GeneralInsertor

Description

Check whether an object inherits from GeneralInsertor.

Usage

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

Arguments

this

An object.

...

Not used.

Value

TRUE or FALSE.

Examples

Run this code
# NOT RUN {
	# create some objects
	d<-GeneralDeletor()
	i<-GeneralInsertor()
	# check if they inherit from GeneralInsertor
	is.GeneralInsertor(i)
	is.GeneralInsertor(d)
 
# }

Run the code above in your browser using DataLab