drawStatDiagram: draw StatDiagram

View source: R/statisticalDiagram.R

drawStatDiagramR Documentation

draw StatDiagram

Description

draw StatDiagram

Usage

drawStatDiagram(
  no,
  arrows,
  nodes,
  labels,
  nodeslabels = list(),
  xmargin,
  radx,
  rady,
  fit = NULL,
  addprime = TRUE,
  box.col = "white",
  xlim = c(0, 1),
  ylim = c(0, 1)
)

Arguments

no

process macro model number

arrows

A data.frame

nodes

A data.frame

labels

A list

nodeslabels

A list

xmargin

horizontal margin of plot

radx

horizontal radius of the box.

rady

vertical radius of the box.

fit

An object of class lavaan. Result of lavaan::sem()

addprime

logical Whether add prime to label "c"

box.col

fill color of the box

xlim

the x limits (min,max) of the plot

ylim

the y limits (min,max) of the plot


processR documentation built on Jan. 23, 2023, 5:44 p.m.