is_valid_dag: Checks whether a DAG is valid (no loops)

View source: R/utils.R

is_valid_dagR 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


maestro documentation built on July 2, 2026, 5:07 p.m.