Learn R Programming

cograph (version 1.5.2)

layout_custom_fn: Custom Layout (passthrough)

Description

Pass user-provided coordinates through to the layout.

Usage

layout_custom_fn(network, coords, ...)

Value

Data frame with x, y coordinates.

Arguments

network

A CographNetwork object.

coords

Data frame or matrix with x, y columns.

...

Additional arguments (ignored).