sfcr_dag_blocks_plot {sfcr} | R Documentation |
Plot the DAG with blocks and cycles information
Description
Plot the DAG with blocks and cycles information
Usage
sfcr_dag_blocks_plot(equations, title = NULL, size = 10)
Arguments
equations |
A |
title |
Title of the plot. |
size |
Size of the points. |
Details
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.
Value
A tbl_graph
Author(s)
João Macalós, joaomacalos@gmail.com
[Package sfcr version 0.2.1 Index]