is.Alphabet: Check if an object is an instance of the Alphabet class

Description Usage Arguments Value Author(s) See Also Examples

Description

Check if an object is an instance of the Alphabet class.

Usage

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

Arguments

this

An object.

...

Not used.

Value

TRUE or FALSE

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Alphabet.

Examples

1
2
3
4
5
6
7
8
9
	# create an alphabet object
	a<-Alphabet()
	# create a PSRoot object
	o<-PSRoot()
	# check if they are alphabet objects
	is.Alphabet(a)
	is.Alphabet(o)

 

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