R/plot-methods.R

Defines functions plot.DAGTeam plot.DAGParam

Documented in plot.DAGParam plot.DAGTeam

plot.DAGParam <-
    function(x, y, ...)
{
    Rgraphviz::plot(x$dag, ...)
}

plot.DAGTeam <-
    function(x, y, ...)
{
    plot(x$dagParam, ...)
}

Try the Streamer package in your browser

Any scripts or data that you put into this service are public.

Streamer documentation built on Nov. 8, 2020, 5:53 p.m.