substituteEps | 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
graphMCP
, entangledMCP
graph <- improvedParallelGatekeeping()
graph
substituteEps(graph, eps=0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.