as.character.Alphabet: Get the character representation of an Alphabet object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the character representation of an Alphabet object.

Usage

1
2
## S3 method for class 'Alphabet'
as.character(x, ...)

Arguments

x

An Alphabet object

...

Not used.

Value

Returns the character vector containing the symbol set.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Alphabet.

Examples

1
2
3
4
5
	# create alphabet object
	a<-Alphabet(symbols=c("A","T","G","C","N"))
	# get charcter representation
	as.character(a)
 

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