powered by
A quick plot using ggraph
# S3 method for networkModel ggtopo(x, layout = "auto", edge = "fan", ...)
A ggplot2 plot.
A topology matrix.
Optional, layout to use (e.g. "sugiyama", "kk", "stress")
"curve" (the default) or "line".
Not used for now.
if (requireNamespace("ggraph")) { ggtopo(aquarium_mod, edge = "line") ggtopo(trini_mod) }
Run the code above in your browser using DataLab