ggraph icon indicating copy to clipboard operation
ggraph copied to clipboard

Hasse diagram layout

Open alexpghayes opened this issue 5 years ago • 2 comments

http://mathworld.wolfram.com/HasseDiagram.html

In particular this would pave the way for utilities to turn lme* style model objects into Hasse diagrams.

alexpghayes avatar Mar 23 '19 20:03 alexpghayes

Do you have any pointers to a good layout algorithm for this... it appears that optimal drawing of Hasse diagrams is a pretty tough problem... (btm, the underlying structure is just a DAG which can be shown with a sugiyama layout)

thomasp85 avatar Aug 13 '19 21:08 thomasp85

Sadly not. However, my goal here would be to produce diagrams in style of http://users.stat.umn.edu/~gary/book/fcdae.pdf. Chapter 11 in particular describes how to make these diagrams.

alexpghayes avatar Aug 13 '19 21:08 alexpghayes