Creates the grViz dot language code for plotting
create_grviz(
model,
labels = labels,
include = include,
graph_options = graph_options,
node_options = node_options,
edge_options = edge_options,
stand = stand,
...
)
A string specifying the path diagram for model
A model fit object of class lavaan.
An optional named list of variable labels.
which parameters to include in the plot. Default is all regression and latent relationships. "covs" will also include covariances, while "all will also include error variances.
a named list of graphviz graph attributes
a named list of graphviz node attributes
a named list of graphviz edge attributes
Should the coefficients being used be standardized coefficients
Additional arguments to be passed to create_edges