Skip to contents

Run once on the demo graph and pass the result as `layout_coords` to [plot_TRACE_network_split_demo()] so TRACE and PAVE panels share layout.

Usage

compute_TRACE_network_layout(ig, layout = "fr")

Arguments

ig

An `igraph` object.

layout

Layout algorithm passed to [ggraph::create_layout()].

Value

A data.frame with columns `name`, `x`, and `y`.