buildCall: Builds the Diagrammer function call.

Description Usage Arguments Value

View source: R/graph.R

Description

Builds the Diagrammer function call.

Usage

1
2
buildCall(name = "plot", model, labels = NULL, graph_options, node_options,
  edge_options)

Arguments

name

A string of the name of the plot.

model

A model fit object of class lavaan.

labels

An optionalnamed list of variable labels fit object of class lavaan.

graph_options

A named list of graph options for Diagrammer syntax.

node_options

A named list of node options for Diagrammer syntax.

edge_options

A named list of edge options for Diagrammer syntax..

Value

A string specifying the path diagram for model


alishinski/graphPlot documentation built on May 24, 2019, 3:02 a.m.