GeneticCodes: Obtain the Genetic Codes of a Structure

Description Usage Arguments Value Author(s) Examples

Description

Function to obtain the list of all genetic codes of a structure.

Usage

1

Arguments

structure

an object of class Mother (the structure)

Value

A list of the structure's genetic codes.

Author(s)

Simon-Pierre Gadoury

Examples

1
2
3
4
5
6
## Create the structure
structure <- GEO(0.5, NULL, list(GAMMA(1/30, c(5,6), NULL),
                           GEO(0.1, NULL, list(GAMMA(1/30, c(1,2), NULL),
                                               GAMMA(1/30, c(3,4), NULL)))))
## Get the genetic codes
GeneticCodes(structure)

Spgadou/nCopula documentation built on May 9, 2019, 1:53 p.m.