Learn R Programming

sybil (version 2.2.0)

getsybilenv: Print sybil Environment

Description

Prints current settings in the sybil environment.

Usage

getsybilenv(part)

Arguments

part

A character vector containing names of elements in the sybil environment. Possible values are:

"solvers"

supported R packages for solving optimization problems.

"methods"

methods to solve optimization problems included in the R packages.

"ptype"

methods required for a particular problem type.

"purpose"

algorithms used in systems biology to use with a particular purpose.

Value

Returns NULL invisibly.

Details

Typical usages are

    getsybilenv(part)
    getsybilenv()
  

If argument part is not given, all elements described above will be printed.

See Also

addSolver, checkDefaultMethod and SYBIL_SETTINGS.