Learn R Programming

gMCP (version 0.6-5)

substituteEps: Substitute Epsilon

Description

Substitute Epsilon with a given value.

Usage

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

Arguments

graph
A graph of class graphMCP.
eps
A numeric scalar specifying a value for epsilon edges.

Value

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

Details

For details see the given references.

See Also

graphMCP

Examples

Run this code
graph <- graphForImprovedParallelGatekeeping()
graph
substituteEps(graph, eps=0.01)

Run the code above in your browser using DataLab