Learn R Programming

gMCP (version 0.8-17)

substituteEps: Substitute Epsilon

Description

Substitute Epsilon with a given value.

Usage

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

Value

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

Arguments

graph

A graph of class graphMCP or class entangledMCP.

eps

A numeric scalar specifying a value for epsilon edges.

Author

Kornelius Rohmeyer rohmeyer@small-projects.de

Details

For details see the given references.

See Also

graphMCP, entangledMCP

Examples

Run this code


graph <- improvedParallelGatekeeping()
graph
substituteEps(graph, eps=0.01)


Run the code above in your browser using DataLab