Plot the DAG with blocks and cycles information
sfcr_dag_blocks_plot(equations, title = NULL, size = 10)
equations | A |
---|---|
title | Title of the plot. |
size | Size of the points. |
A tbl_graph
This function creates a tbl_graph
with information about
the cycles attached to it. This object can then be used to
plot the DAG of the model.
João Macalós, joaomacalos@gmail.com