substituteEps {gMCP} | R Documentation |
Substitute Epsilon with a given value.
substituteEps(graph, eps = 10^(-3))
graph |
A graph of class |
eps |
A numeric scalar specifying a value for epsilon edges. |
For details see the given references.
A graph where all epsilons have been replaced with the given value.
Kornelius Rohmeyer rohmeyer@small-projects.de
graph <- improvedParallelGatekeeping()
graph
substituteEps(graph, eps=0.01)