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 June 8, 2025, 10:44 a.m.