is.GeneralInsertor: Check whether an object inherits from GeneralInsertor

Description Usage Arguments Value Author(s) Examples

Description

Check whether an object inherits from GeneralInsertor.

Usage

1
2
## Default S3 method:
is.GeneralInsertor(this, ...)

Arguments

this

An object.

...

Not used.

Value

TRUE or FALSE.

Author(s)

Botond Sipos, Gregory Jordan

Examples

1
2
3
4
5
6
7
	# create some objects
	d<-GeneralDeletor()
	i<-GeneralInsertor()
	# check if they inherit from GeneralInsertor
	is.GeneralInsertor(i)
	is.GeneralInsertor(d)
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.