test_graph-deprecated: Deprecated functions to test type of graph

test_graph-deprecatedR Documentation

Deprecated functions to test type of graph

Description

Deprecated functions to test type of graph

Usage

is.UG(graph)

is.DAG(graph)

is.ADMG(graph)

is.SG(graph)

Arguments

graph

mixedgraph object

is.UG, is.DAG, is.ADMG, is.SG respectively test whether a graph is an undirected graph, directed acyclic graph (DAG), acyclic directed mixed graph (ADMG) or summary graph. These have since been replaced by is_UG etc.

Functions

  • is.UG(): version of is_UG

  • is.DAG(): version of is_DAG

  • is.ADMG(): version of is_ADMG

  • is.SG(): version of is_SG


rje42/MixedGraphs documentation built on March 20, 2024, 8:09 a.m.