inAngle: Calculate angle between two arcs.

View source: R/inAngle.R

inAngleR Documentation

Calculate angle between two arcs.

Description

Another rather superfluous helper function, calculating the radian angle between two radian angles. Internally called by smoothArc.

Usage

inAngle(a, b)

Arguments

a

Radian angle 1.

b

Radian angle 2.

Value

Numeric in range from -pi to pi.

Author(s)

Lutz P Breitling <l.breitling@posteo.de>

See Also

smoothArc


dagR documentation built on Oct. 9, 2022, 5:06 p.m.