Builds the Diagrammer function call.
buildCall(
model = model,
name = name,
labels = labels,
graph_options = list(overlap = "true", fontsize = "10"),
node_options = list(shape = "box"),
edge_options = list(color = "black"),
...
)
A string specifying the path diagram for model
A model fit object of class lavaan.
A string of the name of the plot.
An optional named list of variable labels fit object of class lavaan.
A named list of graph options for Diagrammer syntax.
A named list of node options for Diagrammer syntax.
A named list of edge options for Diagrammer syntax.
additional arguments to be passed to buildPaths