Learn R Programming

phylosim (version 3.0.5)

getType.Alphabet: Get Alphabet obejct type

Description

Get Alphabet obejct type.

Usage

# S3 method for Alphabet
getType(this, ...)

Arguments

this

An Alphabet object.

...

Not used.

Value

A character vector of length one.

See Also

For more information see Alphabet.

Examples

Run this code
# NOT RUN {
	# create alphabet object
	a<-Alphabet(symbols=c(0,1),type="Binary");
	# get alphabet type
	getType(a)
	a$type
 
# }

Run the code above in your browser using DataLab