substituteEps {gMCP}R Documentation

Substitute Epsilon

Description

Substitute Epsilon with a given value.

Usage

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



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



[Package gMCP version 0.8-17 Index]