convert_graph {lavaanPlot} | R Documentation |
Uses the diagrammeR functions to turn the ndf and edf into dot
Description
Uses the diagrammeR functions to turn the ndf and edf into dot
Usage
convert_graph(ndf, edf, graph_options)
Arguments
ndf |
A node data frame created by |
edf |
An edge data frame created by |
graph_options |
a named list of graphviz graph attributes |
Value
DOT specification of model
[Package lavaanPlot version 0.8.1 Index]