is.acyclic: Acyclic network identification.

View source: R/NET_manipulation_func.R

is.acyclicR Documentation

Acyclic network identification.

Description

is.acyclic This function is from bnstruct R package. Check if the directed graph is acyclic.

Usage

is.acyclic(g)

Arguments

g

adajcency matrix of given network/graph.

Value

boolean of length 1

Examples

is.acyclic(matrix(c(1,rep(0,20)), nrow=3))


anna-pacinkova/intomics_package documentation built on Aug. 13, 2022, 11:38 a.m.