Learn R Programming

eulerr (version 8.1.0)

default_placement_opts: Default placement options used when the caller doesn't supply any.

Description

Mirrors eunoia::plotting::PlacementStrategy::default(): raycast exterior solver, POI tether, proportional margin. Per-strategy knobs iterations (force-directed) and min_gap (elbow) live alongside in the flat shape that the Rust FFI expects; the user-facing sublists in eulerr_options(labels = list(force_directed = ..., elbow = ...)) are flattened into this shape by plot.euler() before placement runs.

Usage

default_placement_opts()

Arguments