Learn R Programming

eulerr (version 8.1.0)

split_waypoints: Split a placement's flat leader_waypoints_x / _y / _lengths return triple into a per-label list of list(x = ..., y = ...) coordinate pairs. Each list element has length-lengths[i] x/y vectors (often 0 — straight leaders carry no waypoints).

Description

Split a placement's flat leader_waypoints_x / _y / _lengths return triple into a per-label list of list(x = ..., y = ...) coordinate pairs. Each list element has length-lengths[i] x/y vectors (often 0 — straight leaders carry no waypoints).

Usage

split_waypoints(placements)

Arguments