R/ui_plotting-topology.R
ggtopo.Rd
A quick plot using ggraph
ggtopo(x, layout = "auto", edge = "fan", ...)
A network model or a topology matrix.
Optional, layout to use (e.g. "sugiyama", "kk", "stress")
"fan" (the default) or "line" or "curve".
Passed to the methods.
A ggplot2 plot.
if (requireNamespace("ggraph")) { ggtopo(aquarium_mod, edge = "line") } #> Using "stress" as default layout