plot.tpdag {causalDisco}R Documentation

Plot temporal partially directed acyclic graph (TPDAG)

Description

Plot temporal partially directed acyclic graph (TPDAG)

Usage

## S3 method for class 'tpdag'
plot(x, ...)

Arguments

x

tpdag (temporal partially directed acyclic graph) object to be plotted (as outputted from tpc).

...

Further plotting arguments passed along to plotTempoMech.

Value

No return value, the function is called for its side-effects (plotting).


[Package causalDisco version 0.9.1 Index]