powered by
A quick plot using ggraph
ggtopo(x, layout = "auto", edge = "fan", ...)
A ggplot2 plot.
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.
if (requireNamespace("ggraph")) { ggtopo(aquarium_mod, edge = "line") }
Run the code above in your browser using DataLab