tbates / umx

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

Allow customizing plots with rank hints of variables for `max` `min` and `same` rank #114

Closed tbates closed 4 years ago

tbates commented 4 years ago

A nice feature for plots would be a rank hint. perhaps allow subjects to input a regular expression or list of variables for each of max min and same rank Implement this for umxPlotRAM in the first instance.

Originally posted by @tbates in https://github.com/tbates/umx/issues/22#issuecomment-480814914

tbates commented 4 years ago

This is done now, and allows things like max = c("DEP", "SCZ") in plot() to tell layout engine how to arrange variables in a plot when the default is not good enough