getType.Alphabet: Get Alphabet obejct type

Description Usage Arguments Value Author(s) See Also Examples

Description

Get Alphabet obejct type.

Usage

1
2
## S3 method for class 'Alphabet'
getType(this, ...)

Arguments

this

An Alphabet object.

...

Not used.

Value

A character vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Alphabet.

Examples

1
2
3
4
5
6
	# create alphabet object
	a<-Alphabet(symbols=c(0,1),type="Binary");
	# get alphabet type
	getType(a)
	a$type
 

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