codontable: Prints the codon table which is used in the PopGenome framework
Description
This functions prints the nucleotide triplets (as numerical values) and
the correspnding protein character strings.
Usage
codontable()
Arguments
Details
The returned value is a list including two matrices.
The first matrix contains the amino acids and the second matrix the
corresponding nucleotide triplets. In the PopGenome Vignette you can see how
to manipulate these tables to use alternative genetic codes.