Generates graph description for visualizing list of procedures in dot format.
Source:R/visualize.r
make_dot_graph.RdThe visualization itself requires some dependencies to be installed (e.g., DiagrammeR package). If you do not have those you can cat() the returned string to the R console and copy it to some web tool for dot visualization (e.g.http://magjac.com/graphviz-visual-editor)
Arguments
- procedures_list
List of procedures. See
sandardizefor how to specify of procedures list.- ...
Arguments passed on to
make_dot_nodesnode_prefixpefix for node IDs
procedures_group_bg_colorBackground color for visuallizing groupped procedures (nested list of procedures)
procedures_group_title_fontFont family for group of procedures title