check_is_dag.tempflow: A function that checks, if the 'igraph'-object assigned to...

Description Usage Arguments Value

View source: R/tempflow-inputchecker.R

Description

A function that checks, if the 'igraph'-object assigned to the 'tempflow'-field "graph" is directed and acyclic.

Usage

1
2
## S3 method for class 'tempflow'
check_is_dag(tempFlow, ignoreLoops = TRUE)

Arguments

tempFlow

A 'tempflow'-object.

ignoreLoops

If TRUE, the cycles created by loops will be ignored.

Value

The boolean value TRUE, if the 'igraph'-object assigned to the 'tempflow'-field "graph" is directed and acyclic.


KonstantinRK/tempnetwork documentation built on Dec. 23, 2019, 6:40 p.m.