substituteEps: Substitute Epsilon

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/subVariables.R

Description

Substitute Epsilon with a given value.

Usage

1
substituteEps(graph, eps = 10^(-3))

Arguments

graph

A graph of class graphMCP or class entangledMCP.

eps

A numeric scalar specifying a value for epsilon edges.

Details

For details see the given references.

Value

A graph where all epsilons have been replaced with the given value.

Author(s)

Kornelius Rohmeyer rohmeyer@small-projects.de

See Also

graphMCP, entangledMCP

Examples

1
2
3
graph <- improvedParallelGatekeeping()
graph
substituteEps(graph, eps=0.01)

gMCP documentation built on March 26, 2020, 6:26 p.m.