View source: R/statisticalDiagram.R
drawStatDiagram | R Documentation |
draw StatDiagram
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) )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.