splot_angle: Calculate Angle Between Two Points

View source: R/splot-geometry.R

splot_angleR Documentation

Calculate Angle Between Two Points

Description

Calculate Angle Between Two Points

Usage

splot_angle(x1, y1, x2, y2)

Arguments

x1, y1

Start point.

x2, y2

End point.

Value

Angle in radians.


cograph documentation built on April 1, 2026, 1:07 a.m.