Learn R Programming

cograph (version 1.5.2)

resolve_loop_rotation: Resolve Loop Rotation

Description

Determines rotation angle for self-loops.

Usage

resolve_loop_rotation(loopRotation, edges, layout = NULL)

Value

Vector of rotation angles in radians.

Arguments

loopRotation

User-specified rotation(s) or NULL.

edges

Edge data frame.

layout

Layout coordinates (to auto-calculate optimal rotation).