odag: Directed Acyclic Graph Visualization of Ovariables

Description Usage Arguments Details Value Author(s)

View source: R/odag.R

Description

Makes a directed acyclic graph (DAG) out of all ovariables and their dependencies in the global environment.

Usage

1
odag(plotting = TRUE, ...)

Arguments

plotting

plots the DAG if TRUE, else returns graph.data.frame

...

ignored

Details

Finds all ovariables in .GlobalEnv, finds edges (dependencies) between them and uses igraph to produce a DAG.

See also: http://en.opasnet.org/

Value

Nothing or a graph.data.frame.

Author(s)

J. Tuomisto jouni.tuomisto@thl.fi


OpasnetUtils documentation built on May 2, 2019, 12:39 p.m.