inAngle {dagR}R 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


[Package dagR version 1.2.1 Index]