Skip to content

umxPlotACEv: update to matrix version instead of label hunting #185

@tbates

Description

@tbates

use xmu_dot_define_shapes etc.

preOut  = xmu_dot_define_shapes(latents = out$latents, manifests = selDVs[1:varCount])
top     = xmu_dot_rank(out$latents, "^[ace]_cp", "min")
bottom  = xmu_dot_rank(out$latents, "^[ace]s[0-9]+$", "max")
digraph = paste0("digraph G {\n	splines=\"FALSE\";\n", preOut, top, bottom, out$str, "\n}");

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions