IsEdge.ProgressionGraph: Returns True if edges are on DAG

Description Usage Arguments Value

View source: R/progressionGraph.R

Description

Returns True if edges are on DAG

Usage

1
IsEdge.ProgressionGraph(object, from, to)

Arguments

object

ProgressionGraph object

from

A vector of 'from' nodes c("from_1","from_2",...)

to

A 'to' nodes c("to_1","to_2",...)

Value

True if all nodes are in graph and from_i -> to_i is an edge in graph for all i


scientific-computing-solutions/badminton documentation built on May 29, 2019, 3:43 p.m.