umx (version 4.0.0)

xmu_dot_define_shapes: Helper to make the list of vars and their shapes for a graphviz string

Description

Helper to make a graphviz rank string is a function which.

Usage

xmu_dot_define_shapes(latents, manifests, preOut = "")

Arguments

latents

list of latent variables

manifests

list of manifest variables

preOut

"" by default.

Value

string

See Also

- [xmu_dot_rank()]

Other Graphviz: xmu_dot_make_paths(), xmu_dot_make_residuals(), xmu_dot_maker(), xmu_dot_mat2dot(), xmu_dot_rank()

Examples

Run this code
# NOT RUN {
xmu_dot_define_shapes(c("as1"), c("E", "N"))
# }

Run the code above in your browser using DataCamp Workspace