Learn R Programming

sybil (version 1.1.2)

addAlgorithm: Add a New Algorithm Name to sybil

Description

Certain simulations can be run using different algorithms. For example, a single gene deletion study (oneGeneDel) can be performed with FBA, MOMA or the like. With this funktion you can add a new algorithm to an existing kind of simulation.

Usage

addAlgorithm(alg, fkt = "optimizer")

Arguments

alg
A single character string containing the name of the new algorithm.
fkt
A function name, which can make use of the new algorithm.

Value

  • Returns NULL invisibly.

See Also

checkAlgorithm, getsybilenv