is.dag: Directed acyclic graphs

View source: R/paths.R

is.dagR Documentation

Directed acyclic graphs

Description

[Deprecated]

is.dag() was renamed to is_dag() to create a more consistent API.

Usage

is.dag(graph)

Arguments

graph

The input graph. It may be undirected, in which case FALSE is reported.

Related documentation in the C library

is_dag()


igraph documentation built on May 4, 2026, 9:07 a.m.