Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tbates opened this issue Jan 6, 2022 · 0 comments
Open

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

tbates opened this issue Jan 6, 2022 · 0 comments
Assignees
Labels
enhancement low not high priority
Projects

Comments

@tbates
Copy link
Owner

tbates commented Jan 6, 2022

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}");
@tbates tbates self-assigned this Jan 6, 2022
@tbates tbates added this to To do in graphics via automation Jan 6, 2022
@tbates tbates added the low not high priority label Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement low not high priority
Projects
graphics
  
To do
Development

No branches or pull requests

1 participant