autocurve.edges {igraph}R Documentation

Optimal edge curvature when plotting graphs

Description

[Deprecated]

autocurve.edges() was renamed to curve_multiple() to create a more consistent API.

Usage

autocurve.edges(graph, start = 0.5)

Arguments

graph

The input graph.

start

The curvature at the two extreme edges. All edges will have a curvature between -start and start, spaced equally.


[Package igraph version 2.0.3 Index]