is.CodonAlphabet: Check if an object inherits from CodonAlphabet

Description Usage Arguments Value Author(s) Examples

Description

Check if an object inherits from CodonAlphabet.

Usage

1
2
## Default S3 method:
is.CodonAlphabet(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
	a<-CodonAlphabet()
	p<-Process()
	# check if they inherit from CodonAlphabet
	is.CodonAlphabet(a)
	is.CodonAlphabet(p)
 

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