is.GY94: Check whether an object inherits from GY94

Description Usage Arguments Value Author(s) Examples

Description

Check whether an object inherits from GY94.

Usage

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

Arguments

this

An object.

...

Not used.

Value

TRUE of FALSE.

Author(s)

Botond Sipos, Gregory Jordan

Examples

1
2
3
4
5
6
7
	# create some objects
	p<-CodonUNREST()
	pp<-GY94()
	# check if they inherit from CodonUNREST
	is.GY94(p)
	is.GY94(pp)
 

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