layout_tbl_graph_matching: Matching layout

View source: R/map_layout_matching.R

layout_tbl_graph_matchingR Documentation

Matching layout

Description

This layout works to position nodes opposite their matching nodes. See manynet::to_matching() for more details on the matching procedure.

Usage

layout_tbl_graph_matching(.data, center = NULL, circular = FALSE, times = 1)

Arguments

.data

Some {manynet} compatible network data.

center, circular, times

Extra parameters required for {tidygraph} compatibility.

Value

Returns a table of nodes' x and y coordinates.


autograph documentation built on July 2, 2025, 5:09 p.m.