Learn R Programming

phylosim (version 3.0.5)

getTransTable.CodonAlphabet: Get the list storing the genetic code table

Description

Get the list storing the genetic code table.

Usage

# S3 method for CodonAlphabet
getTransTable(this, ...)

Arguments

this

A CodonAlphabet object.

...

Not used.

Value

A list.

See Also

For more information see CodonAlphabet.

Examples

Run this code
# NOT RUN {
	# create object
	a<-CodonAlphabet()
	# get genetic code table
	getTransTable(a)
	# get genetic code table via virtual field
	a$transTable
 
# }

Run the code above in your browser using DataLab