Learn R Programming

phylosim (version 3.0.5)

is.GeneralDeletor: Check whether an object inherits from GeneralDeletor

Description

Check whether an object inherits from GeneralDeletor.

Usage

# S3 method for default
is.GeneralDeletor(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 GeneralDeletor
	is.GeneralDeletor(d)
	is.GeneralDeletor(i)
 
# }

Run the code above in your browser using DataLab