Learn R Programming

cograph (version 1.5.2)

layout_bipartite_fn: Bipartite Layout

Description

Arrange nodes in two columns by type.

Usage

layout_bipartite_fn(network, types = NULL, ...)

Value

Data frame with x, y coordinates.

Arguments

network

A CographNetwork object.

types

Vector of type assignments. If NULL, alternates between two types.

...

Additional arguments (ignored).