tbates / umx

Making Structural Equation Modeling (SEM) in R quick & powerful
https://tbates.github.io/
44 stars 17 forks source link

enhance plot control #62

Closed tbates closed 5 years ago

tbates commented 5 years ago

Give users more control over Graphviz. They currently can set std/raw; means/no means, digits of precision (including stripping leading zeros/leave as is). Be nice to add control over forcing lines to be straight (add a spline=T|F parameter), and object lay out (max, min and same graphviz object grouping hints).

I guess ultimately, an interactive web-page, where clicking a button would toggle means on/off etc would be fun,

tbates commented 5 years ago