getSymbols.Alphabet: Get the symbol set from an Alphabet object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the symbol set from an Alphabet object.

Usage

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

Arguments

this

An Alphabet object.

...

Not used.

Value

A character vector containing the symbol set of the Alphabet object.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Alphabet.

Examples

1
2
3
4
5
6
7
	# create a new alphabet object
	a<-Alphabet(symbols=c("AC","GT"));
	# get the symbols
	getSymbols(a)
	# get the symbols by using the virtual field
	a$symbols
 

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