is_valid_dag {maestro}R Documentation

Checks whether a DAG is valid (no loops)

Description

Checks whether a DAG is valid (no loops)

Usage

is_valid_dag(edges)

Arguments

edges

a data.frame of edges (from, to)

Value

boolean


[Package maestro version 0.6.0 Index]