substituteEps {gMCPLite} | R Documentation |
Substitute Epsilon
Description
Substitute Epsilon with a given value.
Usage
substituteEps(graph, eps = 10^(-3))
Arguments
graph |
A graph of class |
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
graph <- improvedParallelGatekeeping()
graph
substituteEps(graph, eps=0.01)
[Package gMCPLite version 0.1.5 Index]