getAlphabet.Process: Get the Alphabet object associated with a given Process...

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the Alphabet object associated with a given Process object.

Usage

1
2
## S3 method for class 'Process'
getAlphabet(this, ...)

Arguments

this

A Process object.

...

Not used.

Value

An Alphabet object.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Process.

Examples

1
2
3
4
5
6
7
	# create a process object
	p<-Process(alphabet=NucleotideAlphabet())
	# get associated Alphabet object
	getAlphabet(p)
	# via virtual field
	p$alphabet
 

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