getsybilenv: Print sybil Environment

Description Usage Arguments Details Value Author(s) See Also

View source: R/getsybilenv.R

Description

Prints current settings in the sybil environment.

Usage

1
  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.

Details

Typical usages are

1
2
3

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

Value

Returns NULL invisibly.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

See Also

addSolver, checkDefaultMethod and SYBIL_SETTINGS.


sybil documentation built on May 31, 2021, 5:08 p.m.