Learn R Programming

phylosim (version 3.0.5)

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

Description

Get the Alphabet object associated with a given Process object.

Usage

# S3 method for Process
getAlphabet(this, ...)

Arguments

this

A Process object.

...

Not used.

Value

An Alphabet object.

See Also

For more information see Process.

Examples

Run this code
# NOT RUN {
	# create a process object
	p<-Process(alphabet=NucleotideAlphabet())
	# get associated Alphabet object
	getAlphabet(p)
	# via virtual field
	p$alphabet
 
# }

Run the code above in your browser using DataLab