ison_brandes |> mutate(type = twomode_type, name = LETTERS[1:11]) |> autographr()
vs.
autographr(ison_southern_women)
The layout issues appear related to `{Rgraphviz}? as the hierarchy layout is being used but the package does not appear to return the plot coordinates accordingly.
See:
ison_brandes |> mutate(type = twomode_type, name = LETTERS[1:11]) |> autographr()
vs.
autographr(ison_southern_women)
The layout issues appear related to `{Rgraphviz}? as the hierarchy layout is being used but the package does not appear to return the plot coordinates accordingly.